Html Css Color HEX #C2230B Harley Davidson Orange
📋 copy color: '#C2230B'red 194 ◦ green 35 ◦ blue 11
Shades of Harley Davidson Orange #C2230B
Tints of Harley Davidson Orange #C2230B
RGB
CMYK
RGB Variations
Color information
#C2230B (or 0xC2230B) is known color: Harley Davidson Orange. HEX triplet: C2, 23 and 0B. RGB value is (194,35,11). Sum of RGB (Red+Green+Blue) = 194+35+11=240 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.83% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 194 - color contains mainly: red. Hex color #C2230B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2230B is #3DDCF4. Grayscale: #505050. Windows color (decimal): -4054261 or 730050. OLE color: 730050.
HSL color Cylindrical-coordinate representation of color #C2230B: hue angle of 7.87º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2230B is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 11 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.24 |
| HSL | 7.87º | 0.89% | 0.4% | - |
| HSV(B) | 7.87º | 0.94% | 0.76% | - |
| XYZ | 22.91 | 12.7 | 1.56 | - |
| YUV | 79.81 | 89.18 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 11 | 0 | 0.82 | 0.94 | 0.24 | 7.87 | 0.89 | 0.4 |
| Hex | C2 | 23 | B | 0 | 52 | 5E | 18 | 8 | 59 | 28 |
| Octal | 302 | 43 | 13 | 0 | 122 | 136 | 30 | 10 | 131 | 50 |
| Binary | 11000010 | 100011 | 1011 | 0 | 1010010 | 1011110 | 11000 | 1000 | 1011001 | 101000 |
Color Harmonies of #C2230B
Complementary color
Monochromatic Colors of #C2230B
Black with #C2230B
Text Example
Text Example
White with #C2230B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2230B; }
p { color: rgb(194,35,11); }
H1.HeaderClassName
{
color: #C2230B;
}
.AnyTagClassName
{
color: #C2230B;
}
</style>
background-color css
<style>
a { background-color: #C2230B; }
a { background-color: rgb(194,35,11); }
div.DivClassName
{
background-color: #C2230B;
}
.BgClassName
{
background-color: #C2230B;
}
</style>
border-color css
<style>
span { border-color: #C2230B; }
span { border-color: rgb(194,35,11); }
td.TdClassName
{
border-color: #C2230B;
}
.TagClassName
{
border-color: #C2230B;
}
</style>