Html Css Color HEX #C0200F Harley Davidson Orange
📋 copy color: '#C0200F'red 192 ◦ green 32 ◦ blue 15
Shades of Harley Davidson Orange #C0200F
Tints of Harley Davidson Orange #C0200F
RGB
CMYK
RGB Variations
Color information
#C0200F (or 0xC0200F) is known color: Harley Davidson Orange. HEX triplet: C0, 20 and 0F. RGB value is (192,32,15). Sum of RGB (Red+Green+Blue) = 192+32+15=239 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.33% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 192 - color contains mainly: red. Hex color #C0200F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0200F is #3FDFF0. Grayscale: #4E4E4E. Windows color (decimal): -4186097 or 991424. OLE color: 991424.
HSL color Cylindrical-coordinate representation of color #C0200F: hue angle of 5.76º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0200F is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 15 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.25 |
| HSL | 5.76º | 0.86% | 0.41% | - |
| HSV(B) | 5.76º | 0.92% | 0.75% | - |
| XYZ | 22.34 | 12.27 | 1.64 | - |
| YUV | 77.9 | 92.51 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 15 | 0 | 0.83 | 0.92 | 0.25 | 5.76 | 0.86 | 0.41 |
| Hex | C0 | 20 | F | 0 | 53 | 5C | 19 | 6 | 56 | 29 |
| Octal | 300 | 40 | 17 | 0 | 123 | 134 | 31 | 6 | 126 | 51 |
| Binary | 11000000 | 100000 | 1111 | 0 | 1010011 | 1011100 | 11001 | 110 | 1010110 | 101001 |
Color Harmonies of #C0200F
Complementary color
Monochromatic Colors of #C0200F
Black with #C0200F
Text Example
Text Example
White with #C0200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0200F; }
p { color: rgb(192,32,15); }
H1.HeaderClassName
{
color: #C0200F;
}
.AnyTagClassName
{
color: #C0200F;
}
</style>
background-color css
<style>
a { background-color: #C0200F; }
a { background-color: rgb(192,32,15); }
div.DivClassName
{
background-color: #C0200F;
}
.BgClassName
{
background-color: #C0200F;
}
</style>
border-color css
<style>
span { border-color: #C0200F; }
span { border-color: rgb(192,32,15); }
td.TdClassName
{
border-color: #C0200F;
}
.TagClassName
{
border-color: #C0200F;
}
</style>