Html Css Color HEX #C0230E Harley Davidson Orange
📋 copy color: '#C0230E'red 192 ◦ green 35 ◦ blue 14
Shades of Harley Davidson Orange #C0230E
Tints of Harley Davidson Orange #C0230E
RGB
CMYK
RGB Variations
Color information
#C0230E (or 0xC0230E) is known color: Harley Davidson Orange. HEX triplet: C0, 23 and 0E. RGB value is (192,35,14). Sum of RGB (Red+Green+Blue) = 192+35+14=241 (31% of max value = 765). Red value is 192 (75.39% from 255 or 79.67% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 192 - color contains mainly: red. Hex color #C0230E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0230E is #3FDCF1. Grayscale: #4F4F4F. Windows color (decimal): -4185330 or 926656. OLE color: 926656.
HSL color Cylindrical-coordinate representation of color #C0230E: hue angle of 7.08º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0230E is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 14 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.25 |
| HSL | 7.08º | 0.86% | 0.4% | - |
| HSV(B) | 7.08º | 0.93% | 0.75% | - |
| XYZ | 22.42 | 12.44 | 1.64 | - |
| YUV | 79.55 | 91.01 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 14 | 0 | 0.82 | 0.93 | 0.25 | 7.08 | 0.86 | 0.4 |
| Hex | C0 | 23 | E | 0 | 52 | 5D | 19 | 7 | 56 | 28 |
| Octal | 300 | 43 | 16 | 0 | 122 | 135 | 31 | 7 | 126 | 50 |
| Binary | 11000000 | 100011 | 1110 | 0 | 1010010 | 1011101 | 11001 | 111 | 1010110 | 101000 |
Color Harmonies of #C0230E
Complementary color
Monochromatic Colors of #C0230E
Black with #C0230E
Text Example
Text Example
White with #C0230E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0230E; }
p { color: rgb(192,35,14); }
H1.HeaderClassName
{
color: #C0230E;
}
.AnyTagClassName
{
color: #C0230E;
}
</style>
background-color css
<style>
a { background-color: #C0230E; }
a { background-color: rgb(192,35,14); }
div.DivClassName
{
background-color: #C0230E;
}
.BgClassName
{
background-color: #C0230E;
}
</style>
border-color css
<style>
span { border-color: #C0230E; }
span { border-color: rgb(192,35,14); }
td.TdClassName
{
border-color: #C0230E;
}
.TagClassName
{
border-color: #C0230E;
}
</style>