Html Css Color HEX #CF2004 Harley Davidson Orange
📋 copy color: '#CF2004'red 207 ◦ green 32 ◦ blue 4
Shades of Harley Davidson Orange #CF2004
Tints of Harley Davidson Orange #CF2004
RGB
CMYK
RGB Variations
Color information
#CF2004 (or 0xCF2004) is known color: Harley Davidson Orange. HEX triplet: CF, 20 and 04. RGB value is (207,32,4). Sum of RGB (Red+Green+Blue) = 207+32+4=243 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.19% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2004 is #30DFFB. Grayscale: #515151. Windows color (decimal): -3203068 or 270543. OLE color: 270543.
HSL color Cylindrical-coordinate representation of color #CF2004: hue angle of 8.28º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF2004 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.19 |
| HSL | 8.28º | 0.96% | 0.41% | - |
| HSV(B) | 8.28º | 0.98% | 0.81% | - |
| XYZ | 26.27 | 14.31 | 1.49 | - |
| YUV | 81.13 | 84.48 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 4 | 0 | 0.85 | 0.98 | 0.19 | 8.28 | 0.96 | 0.41 |
| Hex | CF | 20 | 4 | 0 | 55 | 62 | 13 | 8 | 60 | 29 |
| Octal | 317 | 40 | 4 | 0 | 125 | 142 | 23 | 10 | 140 | 51 |
| Binary | 11001111 | 100000 | 100 | 0 | 1010101 | 1100010 | 10011 | 1000 | 1100000 | 101001 |
Color Harmonies of #CF2004
Complementary color
Monochromatic Colors of #CF2004
Black with #CF2004
Text Example
Text Example
White with #CF2004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2004; }
p { color: rgb(207,32,4); }
H1.HeaderClassName
{
color: #CF2004;
}
.AnyTagClassName
{
color: #CF2004;
}
</style>
background-color css
<style>
a { background-color: #CF2004; }
a { background-color: rgb(207,32,4); }
div.DivClassName
{
background-color: #CF2004;
}
.BgClassName
{
background-color: #CF2004;
}
</style>
border-color css
<style>
span { border-color: #CF2004; }
span { border-color: rgb(207,32,4); }
td.TdClassName
{
border-color: #CF2004;
}
.TagClassName
{
border-color: #CF2004;
}
</style>