Html Css Color HEX #C9230B Harley Davidson Orange
📋 copy color: '#C9230B'red 201 ◦ green 35 ◦ blue 11
Shades of Harley Davidson Orange #C9230B
Tints of Harley Davidson Orange #C9230B
RGB
CMYK
RGB Variations
Color information
#C9230B (or 0xC9230B) is known color: Harley Davidson Orange. HEX triplet: C9, 23 and 0B. RGB value is (201,35,11). Sum of RGB (Red+Green+Blue) = 201+35+11=247 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.38% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 201 - color contains mainly: red. Hex color #C9230B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9230B is #36DCF4. Grayscale: #525252. Windows color (decimal): -3595509 or 730057. OLE color: 730057.
HSL color Cylindrical-coordinate representation of color #C9230B: hue angle of 7.58º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9230B is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 35 | 11 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.21 |
| HSL | 7.58º | 0.9% | 0.42% | - |
| HSV(B) | 7.58º | 0.95% | 0.79% | - |
| XYZ | 24.75 | 13.64 | 1.65 | - |
| YUV | 81.9 | 88 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 11 | 0 | 0.83 | 0.95 | 0.21 | 7.58 | 0.9 | 0.42 |
| Hex | C9 | 23 | B | 0 | 53 | 5F | 15 | 8 | 5A | 2A |
| Octal | 311 | 43 | 13 | 0 | 123 | 137 | 25 | 10 | 132 | 52 |
| Binary | 11001001 | 100011 | 1011 | 0 | 1010011 | 1011111 | 10101 | 1000 | 1011010 | 101010 |
Color Harmonies of #C9230B
Complementary color
Monochromatic Colors of #C9230B
Black with #C9230B
Text Example
Text Example
White with #C9230B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9230B; }
p { color: rgb(201,35,11); }
H1.HeaderClassName
{
color: #C9230B;
}
.AnyTagClassName
{
color: #C9230B;
}
</style>
background-color css
<style>
a { background-color: #C9230B; }
a { background-color: rgb(201,35,11); }
div.DivClassName
{
background-color: #C9230B;
}
.BgClassName
{
background-color: #C9230B;
}
</style>
border-color css
<style>
span { border-color: #C9230B; }
span { border-color: rgb(201,35,11); }
td.TdClassName
{
border-color: #C9230B;
}
.TagClassName
{
border-color: #C9230B;
}
</style>