Html Css Color HEX #CF2F21 Harley Davidson Orange
📋 copy color: '#CF2F21'red 207 ◦ green 47 ◦ blue 33
Shades of Harley Davidson Orange #CF2F21
Tints of Harley Davidson Orange #CF2F21
RGB
CMYK
RGB Variations
Color information
#CF2F21 (or 0xCF2F21) is known color: Harley Davidson Orange. HEX triplet: CF, 2F and 21. RGB value is (207,47,33). Sum of RGB (Red+Green+Blue) = 207+47+33=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2F21 is #30D0DE. Grayscale: #5D5D5D. Windows color (decimal): -3199199 or 2174927. OLE color: 2174927.
HSL color Cylindrical-coordinate representation of color #CF2F21: hue angle of 4.83º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF2F21 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 33 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.19 |
| HSL | 4.83º | 0.73% | 0.47% | - |
| HSV(B) | 4.83º | 0.84% | 0.81% | - |
| XYZ | 27.02 | 15.41 | 2.99 | - |
| YUV | 93.24 | 94.01 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 33 | 0 | 0.77 | 0.84 | 0.19 | 4.83 | 0.73 | 0.47 |
| Hex | CF | 2F | 21 | 0 | 4D | 54 | 13 | 5 | 48 | 2F |
| Octal | 317 | 57 | 41 | 0 | 115 | 124 | 23 | 5 | 110 | 57 |
| Binary | 11001111 | 101111 | 100001 | 0 | 1001101 | 1010100 | 10011 | 101 | 1001000 | 101111 |
Color Harmonies of #CF2F21
Complementary color
Monochromatic Colors of #CF2F21
Black with #CF2F21
Text Example
Text Example
White with #CF2F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2F21; }
p { color: rgb(207,47,33); }
H1.HeaderClassName
{
color: #CF2F21;
}
.AnyTagClassName
{
color: #CF2F21;
}
</style>
background-color css
<style>
a { background-color: #CF2F21; }
a { background-color: rgb(207,47,33); }
div.DivClassName
{
background-color: #CF2F21;
}
.BgClassName
{
background-color: #CF2F21;
}
</style>
border-color css
<style>
span { border-color: #CF2F21; }
span { border-color: rgb(207,47,33); }
td.TdClassName
{
border-color: #CF2F21;
}
.TagClassName
{
border-color: #CF2F21;
}
</style>