Html Css Color HEX #CF3512 Harley Davidson Orange
📋 copy color: '#CF3512'red 207 ◦ green 53 ◦ blue 18
Shades of Harley Davidson Orange #CF3512
Tints of Harley Davidson Orange #CF3512
RGB
CMYK
RGB Variations
Color information
#CF3512 (or 0xCF3512) is known color: Harley Davidson Orange. HEX triplet: CF, 35 and 12. RGB value is (207,53,18). Sum of RGB (Red+Green+Blue) = 207+53+18=278 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.46% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3512 is #30CAED. Grayscale: #5F5F5F. Windows color (decimal): -3197678 or 1193423. OLE color: 1193423.
HSL color Cylindrical-coordinate representation of color #CF3512: hue angle of 11.11º 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 #CF3512 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 18 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.19 |
| HSL | 11.11º | 0.84% | 0.44% | - |
| HSV(B) | 11.11º | 0.91% | 0.81% | - |
| XYZ | 27.11 | 15.86 | 2.2 | - |
| YUV | 95.06 | 84.52 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 18 | 0 | 0.74 | 0.91 | 0.19 | 11.11 | 0.84 | 0.44 |
| Hex | CF | 35 | 12 | 0 | 4A | 5B | 13 | B | 54 | 2C |
| Octal | 317 | 65 | 22 | 0 | 112 | 133 | 23 | 13 | 124 | 54 |
| Binary | 11001111 | 110101 | 10010 | 0 | 1001010 | 1011011 | 10011 | 1011 | 1010100 | 101100 |
Color Harmonies of #CF3512
Complementary color
Monochromatic Colors of #CF3512
Black with #CF3512
Text Example
Text Example
White with #CF3512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3512; }
p { color: rgb(207,53,18); }
H1.HeaderClassName
{
color: #CF3512;
}
.AnyTagClassName
{
color: #CF3512;
}
</style>
background-color css
<style>
a { background-color: #CF3512; }
a { background-color: rgb(207,53,18); }
div.DivClassName
{
background-color: #CF3512;
}
.BgClassName
{
background-color: #CF3512;
}
</style>
border-color css
<style>
span { border-color: #CF3512; }
span { border-color: rgb(207,53,18); }
td.TdClassName
{
border-color: #CF3512;
}
.TagClassName
{
border-color: #CF3512;
}
</style>