Html Css Color HEX #CF2A12 Harley Davidson Orange
📋 copy color: '#CF2A12'red 207 ◦ green 42 ◦ blue 18
Shades of Harley Davidson Orange #CF2A12
Tints of Harley Davidson Orange #CF2A12
RGB
CMYK
RGB Variations
Color information
#CF2A12 (or 0xCF2A12) is known color: Harley Davidson Orange. HEX triplet: CF, 2A and 12. RGB value is (207,42,18). Sum of RGB (Red+Green+Blue) = 207+42+18=267 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.53% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2A12 is #30D5ED. Grayscale: #585858. Windows color (decimal): -3200494 or 1190607. OLE color: 1190607.
HSL color Cylindrical-coordinate representation of color #CF2A12: hue angle of 7.62º 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 #CF2A12 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 42 | 18 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.19 |
| HSL | 7.62º | 0.84% | 0.44% | - |
| HSV(B) | 7.62º | 0.91% | 0.81% | - |
| XYZ | 26.67 | 14.97 | 2.06 | - |
| YUV | 88.6 | 88.16 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 18 | 0 | 0.80 | 0.91 | 0.19 | 7.62 | 0.84 | 0.44 |
| Hex | CF | 2A | 12 | 0 | 50 | 5B | 13 | 8 | 54 | 2C |
| Octal | 317 | 52 | 22 | 0 | 120 | 133 | 23 | 10 | 124 | 54 |
| Binary | 11001111 | 101010 | 10010 | 0 | 1010000 | 1011011 | 10011 | 1000 | 1010100 | 101100 |
Color Harmonies of #CF2A12
Complementary color
Monochromatic Colors of #CF2A12
Black with #CF2A12
Text Example
Text Example
White with #CF2A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2A12; }
p { color: rgb(207,42,18); }
H1.HeaderClassName
{
color: #CF2A12;
}
.AnyTagClassName
{
color: #CF2A12;
}
</style>
background-color css
<style>
a { background-color: #CF2A12; }
a { background-color: rgb(207,42,18); }
div.DivClassName
{
background-color: #CF2A12;
}
.BgClassName
{
background-color: #CF2A12;
}
</style>
border-color css
<style>
span { border-color: #CF2A12; }
span { border-color: rgb(207,42,18); }
td.TdClassName
{
border-color: #CF2A12;
}
.TagClassName
{
border-color: #CF2A12;
}
</style>