Html Css Color HEX #CF220D Harley Davidson Orange
📋 copy color: '#CF220D'red 207 ◦ green 34 ◦ blue 13
Shades of Harley Davidson Orange #CF220D
Tints of Harley Davidson Orange #CF220D
RGB
CMYK
RGB Variations
Color information
#CF220D (or 0xCF220D) is known color: Harley Davidson Orange. HEX triplet: CF, 22 and 0D. RGB value is (207,34,13). Sum of RGB (Red+Green+Blue) = 207+34+13=254 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.50% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 207 - color contains mainly: red. Hex color #CF220D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF220D is #30DDF2. Grayscale: #535353. Windows color (decimal): -3202547 or 860879. OLE color: 860879.
HSL color Cylindrical-coordinate representation of color #CF220D: hue angle of 6.49º degrees, saturation: 0.88, 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 #CF220D is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 13 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.19 |
| HSL | 6.49º | 0.88% | 0.43% | - |
| HSV(B) | 6.49º | 0.94% | 0.81% | - |
| XYZ | 26.38 | 14.44 | 1.78 | - |
| YUV | 83.33 | 88.31 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 13 | 0 | 0.84 | 0.94 | 0.19 | 6.49 | 0.88 | 0.43 |
| Hex | CF | 22 | D | 0 | 54 | 5E | 13 | 6 | 58 | 2B |
| Octal | 317 | 42 | 15 | 0 | 124 | 136 | 23 | 6 | 130 | 53 |
| Binary | 11001111 | 100010 | 1101 | 0 | 1010100 | 1011110 | 10011 | 110 | 1011000 | 101011 |
Color Harmonies of #CF220D
Complementary color
Monochromatic Colors of #CF220D
Black with #CF220D
Text Example
Text Example
White with #CF220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF220D; }
p { color: rgb(207,34,13); }
H1.HeaderClassName
{
color: #CF220D;
}
.AnyTagClassName
{
color: #CF220D;
}
</style>
background-color css
<style>
a { background-color: #CF220D; }
a { background-color: rgb(207,34,13); }
div.DivClassName
{
background-color: #CF220D;
}
.BgClassName
{
background-color: #CF220D;
}
</style>
border-color css
<style>
span { border-color: #CF220D; }
span { border-color: rgb(207,34,13); }
td.TdClassName
{
border-color: #CF220D;
}
.TagClassName
{
border-color: #CF220D;
}
</style>