Html Css Color HEX #CF2C21 Harley Davidson Orange
📋 copy color: '#CF2C21'red 207 ◦ green 44 ◦ blue 33
Shades of Harley Davidson Orange #CF2C21
Tints of Harley Davidson Orange #CF2C21
RGB
CMYK
RGB Variations
Color information
#CF2C21 (or 0xCF2C21) is known color: Harley Davidson Orange. HEX triplet: CF, 2C and 21. RGB value is (207,44,33). Sum of RGB (Red+Green+Blue) = 207+44+33=284 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.89% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2C21 is #30D3DE. Grayscale: #5B5B5B. Windows color (decimal): -3199967 or 2174159. OLE color: 2174159.
HSL color Cylindrical-coordinate representation of color #CF2C21: hue angle of 3.79º 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 #CF2C21 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 44 | 33 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.19 |
| HSL | 3.79º | 0.73% | 0.47% | - |
| HSV(B) | 3.79º | 0.84% | 0.81% | - |
| XYZ | 26.91 | 15.18 | 2.95 | - |
| YUV | 91.48 | 95 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 44 | 33 | 0 | 0.79 | 0.84 | 0.19 | 3.79 | 0.73 | 0.47 |
| Hex | CF | 2C | 21 | 0 | 4F | 54 | 13 | 4 | 48 | 2F |
| Octal | 317 | 54 | 41 | 0 | 117 | 124 | 23 | 4 | 110 | 57 |
| Binary | 11001111 | 101100 | 100001 | 0 | 1001111 | 1010100 | 10011 | 100 | 1001000 | 101111 |
Color Harmonies of #CF2C21
Complementary color
Monochromatic Colors of #CF2C21
Black with #CF2C21
Text Example
Text Example
White with #CF2C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2C21; }
p { color: rgb(207,44,33); }
H1.HeaderClassName
{
color: #CF2C21;
}
.AnyTagClassName
{
color: #CF2C21;
}
</style>
background-color css
<style>
a { background-color: #CF2C21; }
a { background-color: rgb(207,44,33); }
div.DivClassName
{
background-color: #CF2C21;
}
.BgClassName
{
background-color: #CF2C21;
}
</style>
border-color css
<style>
span { border-color: #CF2C21; }
span { border-color: rgb(207,44,33); }
td.TdClassName
{
border-color: #CF2C21;
}
.TagClassName
{
border-color: #CF2C21;
}
</style>