Html Css Color HEX #CF4312 Harley Davidson Orange
📋 copy color: '#CF4312'red 207 ◦ green 67 ◦ blue 18
Shades of Harley Davidson Orange #CF4312
Tints of Harley Davidson Orange #CF4312
RGB
CMYK
RGB Variations
Color information
#CF4312 (or 0xCF4312) is known color: Harley Davidson Orange. HEX triplet: CF, 43 and 12. RGB value is (207,67,18). Sum of RGB (Red+Green+Blue) = 207+67+18=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4312 is #30BCED. Grayscale: #676767. Windows color (decimal): -3194094 or 1197007. OLE color: 1197007.
HSL color Cylindrical-coordinate representation of color #CF4312: hue angle of 15.56º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF4312 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 18 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.19 |
| HSL | 15.56º | 0.84% | 0.44% | - |
| HSV(B) | 15.56º | 0.91% | 0.81% | - |
| XYZ | 27.85 | 17.32 | 2.45 | - |
| YUV | 103.27 | 79.88 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 18 | 0 | 0.68 | 0.91 | 0.19 | 15.56 | 0.84 | 0.44 |
| Hex | CF | 43 | 12 | 0 | 44 | 5B | 13 | 10 | 54 | 2C |
| Octal | 317 | 103 | 22 | 0 | 104 | 133 | 23 | 20 | 124 | 54 |
| Binary | 11001111 | 1000011 | 10010 | 0 | 1000100 | 1011011 | 10011 | 10000 | 1010100 | 101100 |
Color Harmonies of #CF4312
Complementary color
Monochromatic Colors of #CF4312
Black with #CF4312
Text Example
Text Example
White with #CF4312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4312; }
p { color: rgb(207,67,18); }
H1.HeaderClassName
{
color: #CF4312;
}
.AnyTagClassName
{
color: #CF4312;
}
</style>
background-color css
<style>
a { background-color: #CF4312; }
a { background-color: rgb(207,67,18); }
div.DivClassName
{
background-color: #CF4312;
}
.BgClassName
{
background-color: #CF4312;
}
</style>
border-color css
<style>
span { border-color: #CF4312; }
span { border-color: rgb(207,67,18); }
td.TdClassName
{
border-color: #CF4312;
}
.TagClassName
{
border-color: #CF4312;
}
</style>