Html Css Color HEX #CF220C Harley Davidson Orange
📋 copy color: '#CF220C'red 207 ◦ green 34 ◦ blue 12
Shades of Harley Davidson Orange #CF220C
Tints of Harley Davidson Orange #CF220C
RGB
CMYK
RGB Variations
Color information
#CF220C (or 0xCF220C) is known color: Harley Davidson Orange. HEX triplet: CF, 22 and 0C. RGB value is (207,34,12). Sum of RGB (Red+Green+Blue) = 207+34+12=253 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.82% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 207 - color contains mainly: red. Hex color #CF220C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF220C is #30DDF3. Grayscale: #535353. Windows color (decimal): -3202548 or 795343. OLE color: 795343.
HSL color Cylindrical-coordinate representation of color #CF220C: hue angle of 6.77º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF220C is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 12 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.19 |
| HSL | 6.77º | 0.89% | 0.43% | - |
| HSV(B) | 6.77º | 0.94% | 0.81% | - |
| XYZ | 26.37 | 14.44 | 1.74 | - |
| YUV | 83.22 | 87.81 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 12 | 0 | 0.84 | 0.94 | 0.19 | 6.77 | 0.89 | 0.43 |
| Hex | CF | 22 | C | 0 | 54 | 5E | 13 | 7 | 59 | 2B |
| Octal | 317 | 42 | 14 | 0 | 124 | 136 | 23 | 7 | 131 | 53 |
| Binary | 11001111 | 100010 | 1100 | 0 | 1010100 | 1011110 | 10011 | 111 | 1011001 | 101011 |
Color Harmonies of #CF220C
Complementary color
Monochromatic Colors of #CF220C
Black with #CF220C
Text Example
Text Example
White with #CF220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF220C; }
p { color: rgb(207,34,12); }
H1.HeaderClassName
{
color: #CF220C;
}
.AnyTagClassName
{
color: #CF220C;
}
</style>
background-color css
<style>
a { background-color: #CF220C; }
a { background-color: rgb(207,34,12); }
div.DivClassName
{
background-color: #CF220C;
}
.BgClassName
{
background-color: #CF220C;
}
</style>
border-color css
<style>
span { border-color: #CF220C; }
span { border-color: rgb(207,34,12); }
td.TdClassName
{
border-color: #CF220C;
}
.TagClassName
{
border-color: #CF220C;
}
</style>