Html Css Color HEX #CF2C20 Harley Davidson Orange
📋 copy color: '#CF2C20'red 207 ◦ green 44 ◦ blue 32
Shades of Harley Davidson Orange #CF2C20
Tints of Harley Davidson Orange #CF2C20
RGB
CMYK
RGB Variations
Color information
#CF2C20 (or 0xCF2C20) is known color: Harley Davidson Orange. HEX triplet: CF, 2C and 20. RGB value is (207,44,32). Sum of RGB (Red+Green+Blue) = 207+44+32=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2C20 is #30D3DF. Grayscale: #5B5B5B. Windows color (decimal): -3199968 or 2108623. OLE color: 2108623.
HSL color Cylindrical-coordinate representation of color #CF2C20: hue angle of 4.11º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF2C20 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 44 | 32 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.19 |
| HSL | 4.11º | 0.73% | 0.47% | - |
| HSV(B) | 4.11º | 0.85% | 0.81% | - |
| XYZ | 26.89 | 15.17 | 2.88 | - |
| YUV | 91.37 | 94.5 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 44 | 32 | 0 | 0.79 | 0.85 | 0.19 | 4.11 | 0.73 | 0.47 |
| Hex | CF | 2C | 20 | 0 | 4F | 55 | 13 | 4 | 49 | 2F |
| Octal | 317 | 54 | 40 | 0 | 117 | 125 | 23 | 4 | 111 | 57 |
| Binary | 11001111 | 101100 | 100000 | 0 | 1001111 | 1010101 | 10011 | 100 | 1001001 | 101111 |
Color Harmonies of #CF2C20
Complementary color
Monochromatic Colors of #CF2C20
Black with #CF2C20
Text Example
Text Example
White with #CF2C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2C20; }
p { color: rgb(207,44,32); }
H1.HeaderClassName
{
color: #CF2C20;
}
.AnyTagClassName
{
color: #CF2C20;
}
</style>
background-color css
<style>
a { background-color: #CF2C20; }
a { background-color: rgb(207,44,32); }
div.DivClassName
{
background-color: #CF2C20;
}
.BgClassName
{
background-color: #CF2C20;
}
</style>
border-color css
<style>
span { border-color: #CF2C20; }
span { border-color: rgb(207,44,32); }
td.TdClassName
{
border-color: #CF2C20;
}
.TagClassName
{
border-color: #CF2C20;
}
</style>