Html Css Color HEX #C7441B Harley Davidson Orange
📋 copy color: '#C7441B'red 199 ◦ green 68 ◦ blue 27
Shades of Harley Davidson Orange #C7441B
Tints of Harley Davidson Orange #C7441B
RGB
CMYK
RGB Variations
Color information
#C7441B (or 0xC7441B) is known color: Harley Davidson Orange. HEX triplet: C7, 44 and 1B. RGB value is (199,68,27). Sum of RGB (Red+Green+Blue) = 199+68+27=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C7441B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7441B is #38BBE4. Grayscale: #666666. Windows color (decimal): -3718117 or 1787079. OLE color: 1787079.
HSL color Cylindrical-coordinate representation of color #C7441B: hue angle of 14.3º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7441B is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 27 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.22 |
| HSL | 14.3º | 0.76% | 0.44% | - |
| HSV(B) | 14.3º | 0.86% | 0.78% | - |
| XYZ | 25.82 | 16.36 | 2.83 | - |
| YUV | 102.5 | 85.4 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 27 | 0 | 0.66 | 0.86 | 0.22 | 14.3 | 0.76 | 0.44 |
| Hex | C7 | 44 | 1B | 0 | 42 | 56 | 16 | E | 4C | 2C |
| Octal | 307 | 104 | 33 | 0 | 102 | 126 | 26 | 16 | 114 | 54 |
| Binary | 11000111 | 1000100 | 11011 | 0 | 1000010 | 1010110 | 10110 | 1110 | 1001100 | 101100 |
Color Harmonies of #C7441B
Complementary color
Monochromatic Colors of #C7441B
Black with #C7441B
Text Example
Text Example
White with #C7441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7441B; }
p { color: rgb(199,68,27); }
H1.HeaderClassName
{
color: #C7441B;
}
.AnyTagClassName
{
color: #C7441B;
}
</style>
background-color css
<style>
a { background-color: #C7441B; }
a { background-color: rgb(199,68,27); }
div.DivClassName
{
background-color: #C7441B;
}
.BgClassName
{
background-color: #C7441B;
}
</style>
border-color css
<style>
span { border-color: #C7441B; }
span { border-color: rgb(199,68,27); }
td.TdClassName
{
border-color: #C7441B;
}
.TagClassName
{
border-color: #C7441B;
}
</style>