Html Css Color HEX #CF3616 Harley Davidson Orange
📋 copy color: '#CF3616'red 207 ◦ green 54 ◦ blue 22
Shades of Harley Davidson Orange #CF3616
Tints of Harley Davidson Orange #CF3616
RGB
CMYK
RGB Variations
Color information
#CF3616 (or 0xCF3616) is known color: Harley Davidson Orange. HEX triplet: CF, 36 and 16. RGB value is (207,54,22). Sum of RGB (Red+Green+Blue) = 207+54+22=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3616 is #30C9E9. Grayscale: #606060. Windows color (decimal): -3197418 or 1455823. OLE color: 1455823.
HSL color Cylindrical-coordinate representation of color #CF3616: hue angle of 10.38º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF3616 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 22 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.19 |
| HSL | 10.38º | 0.81% | 0.45% | - |
| HSV(B) | 10.38º | 0.89% | 0.81% | - |
| XYZ | 27.2 | 15.96 | 2.41 | - |
| YUV | 96.1 | 86.19 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 22 | 0 | 0.74 | 0.89 | 0.19 | 10.38 | 0.81 | 0.45 |
| Hex | CF | 36 | 16 | 0 | 4A | 59 | 13 | A | 51 | 2D |
| Octal | 317 | 66 | 26 | 0 | 112 | 131 | 23 | 12 | 121 | 55 |
| Binary | 11001111 | 110110 | 10110 | 0 | 1001010 | 1011001 | 10011 | 1010 | 1010001 | 101101 |
Color Harmonies of #CF3616
Complementary color
Monochromatic Colors of #CF3616
Black with #CF3616
Text Example
Text Example
White with #CF3616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3616; }
p { color: rgb(207,54,22); }
H1.HeaderClassName
{
color: #CF3616;
}
.AnyTagClassName
{
color: #CF3616;
}
</style>
background-color css
<style>
a { background-color: #CF3616; }
a { background-color: rgb(207,54,22); }
div.DivClassName
{
background-color: #CF3616;
}
.BgClassName
{
background-color: #CF3616;
}
</style>
border-color css
<style>
span { border-color: #CF3616; }
span { border-color: rgb(207,54,22); }
td.TdClassName
{
border-color: #CF3616;
}
.TagClassName
{
border-color: #CF3616;
}
</style>