Html Css Color HEX #CF220E Harley Davidson Orange
📋 copy color: '#CF220E'red 207 ◦ green 34 ◦ blue 14
Shades of Harley Davidson Orange #CF220E
Tints of Harley Davidson Orange #CF220E
RGB
CMYK
RGB Variations
Color information
#CF220E (or 0xCF220E) is known color: Harley Davidson Orange. HEX triplet: CF, 22 and 0E. RGB value is (207,34,14). Sum of RGB (Red+Green+Blue) = 207+34+14=255 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.18% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 207 - color contains mainly: red. Hex color #CF220E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF220E is #30DDF1. Grayscale: #535353. Windows color (decimal): -3202546 or 926415. OLE color: 926415.
HSL color Cylindrical-coordinate representation of color #CF220E: hue angle of 6.22º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF220E is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 14 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.19 |
| HSL | 6.22º | 0.87% | 0.43% | - |
| HSV(B) | 6.22º | 0.93% | 0.81% | - |
| XYZ | 26.38 | 14.44 | 1.81 | - |
| YUV | 83.45 | 88.81 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 14 | 0 | 0.84 | 0.93 | 0.19 | 6.22 | 0.87 | 0.43 |
| Hex | CF | 22 | E | 0 | 54 | 5D | 13 | 6 | 57 | 2B |
| Octal | 317 | 42 | 16 | 0 | 124 | 135 | 23 | 6 | 127 | 53 |
| Binary | 11001111 | 100010 | 1110 | 0 | 1010100 | 1011101 | 10011 | 110 | 1010111 | 101011 |
Color Harmonies of #CF220E
Complementary color
Monochromatic Colors of #CF220E
Black with #CF220E
Text Example
Text Example
White with #CF220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF220E; }
p { color: rgb(207,34,14); }
H1.HeaderClassName
{
color: #CF220E;
}
.AnyTagClassName
{
color: #CF220E;
}
</style>
background-color css
<style>
a { background-color: #CF220E; }
a { background-color: rgb(207,34,14); }
div.DivClassName
{
background-color: #CF220E;
}
.BgClassName
{
background-color: #CF220E;
}
</style>
border-color css
<style>
span { border-color: #CF220E; }
span { border-color: rgb(207,34,14); }
td.TdClassName
{
border-color: #CF220E;
}
.TagClassName
{
border-color: #CF220E;
}
</style>