Html Css Color HEX #CF2D21 Harley Davidson Orange
📋 copy color: '#CF2D21'red 207 ◦ green 45 ◦ blue 33
Shades of Harley Davidson Orange #CF2D21
Tints of Harley Davidson Orange #CF2D21
RGB
CMYK
RGB Variations
Color information
#CF2D21 (or 0xCF2D21) is known color: Harley Davidson Orange. HEX triplet: CF, 2D and 21. RGB value is (207,45,33). Sum of RGB (Red+Green+Blue) = 207+45+33=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2D21 is #30D2DE. Grayscale: #5C5C5C. Windows color (decimal): -3199711 or 2174415. OLE color: 2174415.
HSL color Cylindrical-coordinate representation of color #CF2D21: hue angle of 4.14º 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 #CF2D21 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 45 | 33 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.19 |
| HSL | 4.14º | 0.73% | 0.47% | - |
| HSV(B) | 4.14º | 0.84% | 0.81% | - |
| XYZ | 26.95 | 15.25 | 2.96 | - |
| YUV | 92.07 | 94.67 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 33 | 0 | 0.78 | 0.84 | 0.19 | 4.14 | 0.73 | 0.47 |
| Hex | CF | 2D | 21 | 0 | 4E | 54 | 13 | 4 | 48 | 2F |
| Octal | 317 | 55 | 41 | 0 | 116 | 124 | 23 | 4 | 110 | 57 |
| Binary | 11001111 | 101101 | 100001 | 0 | 1001110 | 1010100 | 10011 | 100 | 1001000 | 101111 |
Color Harmonies of #CF2D21
Complementary color
Monochromatic Colors of #CF2D21
Black with #CF2D21
Text Example
Text Example
White with #CF2D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2D21; }
p { color: rgb(207,45,33); }
H1.HeaderClassName
{
color: #CF2D21;
}
.AnyTagClassName
{
color: #CF2D21;
}
</style>
background-color css
<style>
a { background-color: #CF2D21; }
a { background-color: rgb(207,45,33); }
div.DivClassName
{
background-color: #CF2D21;
}
.BgClassName
{
background-color: #CF2D21;
}
</style>
border-color css
<style>
span { border-color: #CF2D21; }
span { border-color: rgb(207,45,33); }
td.TdClassName
{
border-color: #CF2D21;
}
.TagClassName
{
border-color: #CF2D21;
}
</style>