Html Css Color HEX #CF2312 Harley Davidson Orange
📋 copy color: '#CF2312'red 207 ◦ green 35 ◦ blue 18
Shades of Harley Davidson Orange #CF2312
Tints of Harley Davidson Orange #CF2312
RGB
CMYK
RGB Variations
Color information
#CF2312 (or 0xCF2312) is known color: Harley Davidson Orange. HEX triplet: CF, 23 and 12. RGB value is (207,35,18). Sum of RGB (Red+Green+Blue) = 207+35+18=260 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.62% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2312 is #30DCED. Grayscale: #545454. Windows color (decimal): -3202286 or 1188815. OLE color: 1188815.
HSL color Cylindrical-coordinate representation of color #CF2312: hue angle of 5.4º 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 #CF2312 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 18 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.19 |
| HSL | 5.4º | 0.84% | 0.44% | - |
| HSV(B) | 5.4º | 0.91% | 0.81% | - |
| XYZ | 26.44 | 14.51 | 1.98 | - |
| YUV | 84.49 | 90.48 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 18 | 0 | 0.83 | 0.91 | 0.19 | 5.4 | 0.84 | 0.44 |
| Hex | CF | 23 | 12 | 0 | 53 | 5B | 13 | 5 | 54 | 2C |
| Octal | 317 | 43 | 22 | 0 | 123 | 133 | 23 | 5 | 124 | 54 |
| Binary | 11001111 | 100011 | 10010 | 0 | 1010011 | 1011011 | 10011 | 101 | 1010100 | 101100 |
Color Harmonies of #CF2312
Complementary color
Monochromatic Colors of #CF2312
Black with #CF2312
Text Example
Text Example
White with #CF2312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2312; }
p { color: rgb(207,35,18); }
H1.HeaderClassName
{
color: #CF2312;
}
.AnyTagClassName
{
color: #CF2312;
}
</style>
background-color css
<style>
a { background-color: #CF2312; }
a { background-color: rgb(207,35,18); }
div.DivClassName
{
background-color: #CF2312;
}
.BgClassName
{
background-color: #CF2312;
}
</style>
border-color css
<style>
span { border-color: #CF2312; }
span { border-color: rgb(207,35,18); }
td.TdClassName
{
border-color: #CF2312;
}
.TagClassName
{
border-color: #CF2312;
}
</style>