Html Css Color HEX #CF3119 Harley Davidson Orange
📋 copy color: '#CF3119'red 207 ◦ green 49 ◦ blue 25
Shades of Harley Davidson Orange #CF3119
Tints of Harley Davidson Orange #CF3119
RGB
CMYK
RGB Variations
Color information
#CF3119 (or 0xCF3119) is known color: Harley Davidson Orange. HEX triplet: CF, 31 and 19. RGB value is (207,49,25). Sum of RGB (Red+Green+Blue) = 207+49+25=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3119 is #30CEE6. Grayscale: #5D5D5D. Windows color (decimal): -3198695 or 1651151. OLE color: 1651151.
HSL color Cylindrical-coordinate representation of color #CF3119: hue angle of 7.91º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF3119 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 25 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.19 |
| HSL | 7.91º | 0.78% | 0.45% | - |
| HSV(B) | 7.91º | 0.88% | 0.81% | - |
| XYZ | 27.01 | 15.53 | 2.49 | - |
| YUV | 93.51 | 89.35 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 25 | 0 | 0.76 | 0.88 | 0.19 | 7.91 | 0.78 | 0.45 |
| Hex | CF | 31 | 19 | 0 | 4C | 58 | 13 | 8 | 4E | 2D |
| Octal | 317 | 61 | 31 | 0 | 114 | 130 | 23 | 10 | 116 | 55 |
| Binary | 11001111 | 110001 | 11001 | 0 | 1001100 | 1011000 | 10011 | 1000 | 1001110 | 101101 |
Color Harmonies of #CF3119
Complementary color
Monochromatic Colors of #CF3119
Black with #CF3119
Text Example
Text Example
White with #CF3119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3119; }
p { color: rgb(207,49,25); }
H1.HeaderClassName
{
color: #CF3119;
}
.AnyTagClassName
{
color: #CF3119;
}
</style>
background-color css
<style>
a { background-color: #CF3119; }
a { background-color: rgb(207,49,25); }
div.DivClassName
{
background-color: #CF3119;
}
.BgClassName
{
background-color: #CF3119;
}
</style>
border-color css
<style>
span { border-color: #CF3119; }
span { border-color: rgb(207,49,25); }
td.TdClassName
{
border-color: #CF3119;
}
.TagClassName
{
border-color: #CF3119;
}
</style>