Html Css Color HEX #CF2E12 Harley Davidson Orange
📋 copy color: '#CF2E12'red 207 ◦ green 46 ◦ blue 18
Shades of Harley Davidson Orange #CF2E12
Tints of Harley Davidson Orange #CF2E12
RGB
CMYK
RGB Variations
Color information
#CF2E12 (or 0xCF2E12) is known color: Harley Davidson Orange. HEX triplet: CF, 2E and 12. RGB value is (207,46,18). Sum of RGB (Red+Green+Blue) = 207+46+18=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2E12 is #30D1ED. Grayscale: #5B5B5B. Windows color (decimal): -3199470 or 1191631. OLE color: 1191631.
HSL color Cylindrical-coordinate representation of color #CF2E12: hue angle of 8.89º 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 #CF2E12 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 18 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.19 |
| HSL | 8.89º | 0.84% | 0.44% | - |
| HSV(B) | 8.89º | 0.91% | 0.81% | - |
| XYZ | 26.82 | 15.26 | 2.1 | - |
| YUV | 90.95 | 86.84 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 18 | 0 | 0.78 | 0.91 | 0.19 | 8.89 | 0.84 | 0.44 |
| Hex | CF | 2E | 12 | 0 | 4E | 5B | 13 | 9 | 54 | 2C |
| Octal | 317 | 56 | 22 | 0 | 116 | 133 | 23 | 11 | 124 | 54 |
| Binary | 11001111 | 101110 | 10010 | 0 | 1001110 | 1011011 | 10011 | 1001 | 1010100 | 101100 |
Color Harmonies of #CF2E12
Complementary color
Monochromatic Colors of #CF2E12
Black with #CF2E12
Text Example
Text Example
White with #CF2E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2E12; }
p { color: rgb(207,46,18); }
H1.HeaderClassName
{
color: #CF2E12;
}
.AnyTagClassName
{
color: #CF2E12;
}
</style>
background-color css
<style>
a { background-color: #CF2E12; }
a { background-color: rgb(207,46,18); }
div.DivClassName
{
background-color: #CF2E12;
}
.BgClassName
{
background-color: #CF2E12;
}
</style>
border-color css
<style>
span { border-color: #CF2E12; }
span { border-color: rgb(207,46,18); }
td.TdClassName
{
border-color: #CF2E12;
}
.TagClassName
{
border-color: #CF2E12;
}
</style>