Html Css Color HEX #CF220B Harley Davidson Orange
📋 copy color: '#CF220B'red 207 ◦ green 34 ◦ blue 11
Shades of Harley Davidson Orange #CF220B
Tints of Harley Davidson Orange #CF220B
RGB
CMYK
RGB Variations
Color information
#CF220B (or 0xCF220B) is known color: Harley Davidson Orange. HEX triplet: CF, 22 and 0B. RGB value is (207,34,11). Sum of RGB (Red+Green+Blue) = 207+34+11=252 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.14% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 207 - color contains mainly: red. Hex color #CF220B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF220B is #30DDF4. Grayscale: #535353. Windows color (decimal): -3202549 or 729807. OLE color: 729807.
HSL color Cylindrical-coordinate representation of color #CF220B: hue angle of 7.04º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF220B is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 11 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.19 |
| HSL | 7.04º | 0.9% | 0.43% | - |
| HSV(B) | 7.04º | 0.95% | 0.81% | - |
| XYZ | 26.36 | 14.43 | 1.71 | - |
| YUV | 83.11 | 87.31 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 11 | 0 | 0.84 | 0.95 | 0.19 | 7.04 | 0.9 | 0.43 |
| Hex | CF | 22 | B | 0 | 54 | 5F | 13 | 7 | 5A | 2B |
| Octal | 317 | 42 | 13 | 0 | 124 | 137 | 23 | 7 | 132 | 53 |
| Binary | 11001111 | 100010 | 1011 | 0 | 1010100 | 1011111 | 10011 | 111 | 1011010 | 101011 |
Color Harmonies of #CF220B
Complementary color
Monochromatic Colors of #CF220B
Black with #CF220B
Text Example
Text Example
White with #CF220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF220B; }
p { color: rgb(207,34,11); }
H1.HeaderClassName
{
color: #CF220B;
}
.AnyTagClassName
{
color: #CF220B;
}
</style>
background-color css
<style>
a { background-color: #CF220B; }
a { background-color: rgb(207,34,11); }
div.DivClassName
{
background-color: #CF220B;
}
.BgClassName
{
background-color: #CF220B;
}
</style>
border-color css
<style>
span { border-color: #CF220B; }
span { border-color: rgb(207,34,11); }
td.TdClassName
{
border-color: #CF220B;
}
.TagClassName
{
border-color: #CF220B;
}
</style>