Html Css Color HEX #CF190F Harley Davidson Orange
📋 copy color: '#CF190F'red 207 ◦ green 25 ◦ blue 15
Shades of Harley Davidson Orange #CF190F
Tints of Harley Davidson Orange #CF190F
RGB
CMYK
RGB Variations
Color information
#CF190F (or 0xCF190F) is known color: Harley Davidson Orange. HEX triplet: CF, 19 and 0F. RGB value is (207,25,15). Sum of RGB (Red+Green+Blue) = 207+25+15=247 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.81% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 207 - color contains mainly: red. Hex color #CF190F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF190F is #30E6F0. Grayscale: #4E4E4E. Windows color (decimal): -3204849 or 989647. OLE color: 989647.
HSL color Cylindrical-coordinate representation of color #CF190F: hue angle of 3.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF190F is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 15 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.19 |
| HSL | 3.13º | 0.86% | 0.44% | - |
| HSV(B) | 3.13º | 0.93% | 0.81% | - |
| XYZ | 26.17 | 14 | 1.77 | - |
| YUV | 78.28 | 92.3 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 15 | 0 | 0.88 | 0.93 | 0.19 | 3.13 | 0.86 | 0.44 |
| Hex | CF | 19 | F | 0 | 58 | 5D | 13 | 3 | 56 | 2C |
| Octal | 317 | 31 | 17 | 0 | 130 | 135 | 23 | 3 | 126 | 54 |
| Binary | 11001111 | 11001 | 1111 | 0 | 1011000 | 1011101 | 10011 | 11 | 1010110 | 101100 |
Color Harmonies of #CF190F
Complementary color
Monochromatic Colors of #CF190F
Black with #CF190F
Text Example
Text Example
White with #CF190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF190F; }
p { color: rgb(207,25,15); }
H1.HeaderClassName
{
color: #CF190F;
}
.AnyTagClassName
{
color: #CF190F;
}
</style>
background-color css
<style>
a { background-color: #CF190F; }
a { background-color: rgb(207,25,15); }
div.DivClassName
{
background-color: #CF190F;
}
.BgClassName
{
background-color: #CF190F;
}
</style>
border-color css
<style>
span { border-color: #CF190F; }
span { border-color: rgb(207,25,15); }
td.TdClassName
{
border-color: #CF190F;
}
.TagClassName
{
border-color: #CF190F;
}
</style>