Html Css Color HEX #C0230D Harley Davidson Orange
📋 copy color: '#C0230D'red 192 ◦ green 35 ◦ blue 13
Shades of Harley Davidson Orange #C0230D
Tints of Harley Davidson Orange #C0230D
RGB
CMYK
RGB Variations
Color information
#C0230D (or 0xC0230D) is known color: Harley Davidson Orange. HEX triplet: C0, 23 and 0D. RGB value is (192,35,13). Sum of RGB (Red+Green+Blue) = 192+35+13=240 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 192 - color contains mainly: red. Hex color #C0230D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0230D is #3FDCF2. Grayscale: #4F4F4F. Windows color (decimal): -4185331 or 861120. OLE color: 861120.
HSL color Cylindrical-coordinate representation of color #C0230D: hue angle of 7.37º degrees, saturation: 0.87, 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 #C0230D is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 13 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.25 |
| HSL | 7.37º | 0.87% | 0.4% | - |
| HSV(B) | 7.37º | 0.93% | 0.75% | - |
| XYZ | 22.41 | 12.44 | 1.6 | - |
| YUV | 79.44 | 90.51 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 13 | 0 | 0.82 | 0.93 | 0.25 | 7.37 | 0.87 | 0.4 |
| Hex | C0 | 23 | D | 0 | 52 | 5D | 19 | 7 | 57 | 28 |
| Octal | 300 | 43 | 15 | 0 | 122 | 135 | 31 | 7 | 127 | 50 |
| Binary | 11000000 | 100011 | 1101 | 0 | 1010010 | 1011101 | 11001 | 111 | 1010111 | 101000 |
Color Harmonies of #C0230D
Complementary color
Monochromatic Colors of #C0230D
Black with #C0230D
Text Example
Text Example
White with #C0230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0230D; }
p { color: rgb(192,35,13); }
H1.HeaderClassName
{
color: #C0230D;
}
.AnyTagClassName
{
color: #C0230D;
}
</style>
background-color css
<style>
a { background-color: #C0230D; }
a { background-color: rgb(192,35,13); }
div.DivClassName
{
background-color: #C0230D;
}
.BgClassName
{
background-color: #C0230D;
}
</style>
border-color css
<style>
span { border-color: #C0230D; }
span { border-color: rgb(192,35,13); }
td.TdClassName
{
border-color: #C0230D;
}
.TagClassName
{
border-color: #C0230D;
}
</style>