Html Css Color HEX #CF3720 Harley Davidson Orange
📋 copy color: '#CF3720'red 207 ◦ green 55 ◦ blue 32
Shades of Harley Davidson Orange #CF3720
Tints of Harley Davidson Orange #CF3720
RGB
CMYK
RGB Variations
Color information
#CF3720 (or 0xCF3720) is known color: Harley Davidson Orange. HEX triplet: CF, 37 and 20. RGB value is (207,55,32). Sum of RGB (Red+Green+Blue) = 207+55+32=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3720 is #30C8DF. Grayscale: #626262. Windows color (decimal): -3197152 or 2111439. OLE color: 2111439.
HSL color Cylindrical-coordinate representation of color #CF3720: hue angle of 7.89º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF3720 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 32 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.19 |
| HSL | 7.89º | 0.73% | 0.47% | - |
| HSV(B) | 7.89º | 0.85% | 0.81% | - |
| XYZ | 27.36 | 16.1 | 3.03 | - |
| YUV | 97.83 | 90.86 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 32 | 0 | 0.73 | 0.85 | 0.19 | 7.89 | 0.73 | 0.47 |
| Hex | CF | 37 | 20 | 0 | 49 | 55 | 13 | 8 | 49 | 2F |
| Octal | 317 | 67 | 40 | 0 | 111 | 125 | 23 | 10 | 111 | 57 |
| Binary | 11001111 | 110111 | 100000 | 0 | 1001001 | 1010101 | 10011 | 1000 | 1001001 | 101111 |
Color Harmonies of #CF3720
Complementary color
Monochromatic Colors of #CF3720
Black with #CF3720
Text Example
Text Example
White with #CF3720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3720; }
p { color: rgb(207,55,32); }
H1.HeaderClassName
{
color: #CF3720;
}
.AnyTagClassName
{
color: #CF3720;
}
</style>
background-color css
<style>
a { background-color: #CF3720; }
a { background-color: rgb(207,55,32); }
div.DivClassName
{
background-color: #CF3720;
}
.BgClassName
{
background-color: #CF3720;
}
</style>
border-color css
<style>
span { border-color: #CF3720; }
span { border-color: rgb(207,55,32); }
td.TdClassName
{
border-color: #CF3720;
}
.TagClassName
{
border-color: #CF3720;
}
</style>