Html Css Color HEX #C0230A Harley Davidson Orange
📋 copy color: '#C0230A'red 192 ◦ green 35 ◦ blue 10
Shades of Harley Davidson Orange #C0230A
Tints of Harley Davidson Orange #C0230A
RGB
CMYK
RGB Variations
Color information
#C0230A (or 0xC0230A) is known color: Harley Davidson Orange. HEX triplet: C0, 23 and 0A. RGB value is (192,35,10). Sum of RGB (Red+Green+Blue) = 192+35+10=237 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.01% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 192 - color contains mainly: red. Hex color #C0230A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0230A is #3FDCF5. Grayscale: #4F4F4F. Windows color (decimal): -4185334 or 664512. OLE color: 664512.
HSL color Cylindrical-coordinate representation of color #C0230A: hue angle of 8.24º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0230A is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 10 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.25 |
| HSL | 8.24º | 0.9% | 0.4% | - |
| HSV(B) | 8.24º | 0.95% | 0.75% | - |
| XYZ | 22.39 | 12.43 | 1.51 | - |
| YUV | 79.09 | 89.01 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 10 | 0 | 0.82 | 0.95 | 0.25 | 8.24 | 0.9 | 0.4 |
| Hex | C0 | 23 | A | 0 | 52 | 5F | 19 | 8 | 5A | 28 |
| Octal | 300 | 43 | 12 | 0 | 122 | 137 | 31 | 10 | 132 | 50 |
| Binary | 11000000 | 100011 | 1010 | 0 | 1010010 | 1011111 | 11001 | 1000 | 1011010 | 101000 |
Color Harmonies of #C0230A
Complementary color
Monochromatic Colors of #C0230A
Black with #C0230A
Text Example
Text Example
White with #C0230A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0230A; }
p { color: rgb(192,35,10); }
H1.HeaderClassName
{
color: #C0230A;
}
.AnyTagClassName
{
color: #C0230A;
}
</style>
background-color css
<style>
a { background-color: #C0230A; }
a { background-color: rgb(192,35,10); }
div.DivClassName
{
background-color: #C0230A;
}
.BgClassName
{
background-color: #C0230A;
}
</style>
border-color css
<style>
span { border-color: #C0230A; }
span { border-color: rgb(192,35,10); }
td.TdClassName
{
border-color: #C0230A;
}
.TagClassName
{
border-color: #C0230A;
}
</style>