Html Css Color HEX #C0230B Harley Davidson Orange
📋 copy color: '#C0230B'red 192 ◦ green 35 ◦ blue 11
Shades of Harley Davidson Orange #C0230B
Tints of Harley Davidson Orange #C0230B
RGB
CMYK
RGB Variations
Color information
#C0230B (or 0xC0230B) is known color: Harley Davidson Orange. HEX triplet: C0, 23 and 0B. RGB value is (192,35,11). Sum of RGB (Red+Green+Blue) = 192+35+11=238 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.67% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 192 - color contains mainly: red. Hex color #C0230B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0230B is #3FDCF4. Grayscale: #4F4F4F. Windows color (decimal): -4185333 or 730048. OLE color: 730048.
HSL color Cylindrical-coordinate representation of color #C0230B: hue angle of 7.96º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0230B is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 11 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.25 |
| HSL | 7.96º | 0.89% | 0.4% | - |
| HSV(B) | 7.96º | 0.94% | 0.75% | - |
| XYZ | 22.4 | 12.43 | 1.54 | - |
| YUV | 79.21 | 89.51 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 11 | 0 | 0.82 | 0.94 | 0.25 | 7.96 | 0.89 | 0.4 |
| Hex | C0 | 23 | B | 0 | 52 | 5E | 19 | 8 | 59 | 28 |
| Octal | 300 | 43 | 13 | 0 | 122 | 136 | 31 | 10 | 131 | 50 |
| Binary | 11000000 | 100011 | 1011 | 0 | 1010010 | 1011110 | 11001 | 1000 | 1011001 | 101000 |
Color Harmonies of #C0230B
Complementary color
Monochromatic Colors of #C0230B
Black with #C0230B
Text Example
Text Example
White with #C0230B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0230B; }
p { color: rgb(192,35,11); }
H1.HeaderClassName
{
color: #C0230B;
}
.AnyTagClassName
{
color: #C0230B;
}
</style>
background-color css
<style>
a { background-color: #C0230B; }
a { background-color: rgb(192,35,11); }
div.DivClassName
{
background-color: #C0230B;
}
.BgClassName
{
background-color: #C0230B;
}
</style>
border-color css
<style>
span { border-color: #C0230B; }
span { border-color: rgb(192,35,11); }
td.TdClassName
{
border-color: #C0230B;
}
.TagClassName
{
border-color: #C0230B;
}
</style>