Html Css Color HEX #CF1812 Harley Davidson Orange
📋 copy color: '#CF1812'red 207 ◦ green 24 ◦ blue 18
Shades of Harley Davidson Orange #CF1812
Tints of Harley Davidson Orange #CF1812
RGB
CMYK
RGB Variations
Color information
#CF1812 (or 0xCF1812) is known color: Harley Davidson Orange. HEX triplet: CF, 18 and 12. RGB value is (207,24,18). Sum of RGB (Red+Green+Blue) = 207+24+18=249 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.13% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1812 is #30E7ED. Grayscale: #4E4E4E. Windows color (decimal): -3205102 or 1185999. OLE color: 1185999.
HSL color Cylindrical-coordinate representation of color #CF1812: hue angle of 1.9º 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 #CF1812 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 18 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.19 |
| HSL | 1.9º | 0.84% | 0.44% | - |
| HSV(B) | 1.9º | 0.91% | 0.81% | - |
| XYZ | 26.17 | 13.96 | 1.89 | - |
| YUV | 78.03 | 94.13 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 18 | 0 | 0.88 | 0.91 | 0.19 | 1.9 | 0.84 | 0.44 |
| Hex | CF | 18 | 12 | 0 | 58 | 5B | 13 | 2 | 54 | 2C |
| Octal | 317 | 30 | 22 | 0 | 130 | 133 | 23 | 2 | 124 | 54 |
| Binary | 11001111 | 11000 | 10010 | 0 | 1011000 | 1011011 | 10011 | 10 | 1010100 | 101100 |
Color Harmonies of #CF1812
Complementary color
Monochromatic Colors of #CF1812
Black with #CF1812
Text Example
Text Example
White with #CF1812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1812; }
p { color: rgb(207,24,18); }
H1.HeaderClassName
{
color: #CF1812;
}
.AnyTagClassName
{
color: #CF1812;
}
</style>
background-color css
<style>
a { background-color: #CF1812; }
a { background-color: rgb(207,24,18); }
div.DivClassName
{
background-color: #CF1812;
}
.BgClassName
{
background-color: #CF1812;
}
</style>
border-color css
<style>
span { border-color: #CF1812; }
span { border-color: rgb(207,24,18); }
td.TdClassName
{
border-color: #CF1812;
}
.TagClassName
{
border-color: #CF1812;
}
</style>