Html Css Color HEX #C03310 Harley Davidson Orange
📋 copy color: '#C03310'red 192 ◦ green 51 ◦ blue 16
Shades of Harley Davidson Orange #C03310
Tints of Harley Davidson Orange #C03310
RGB
CMYK
RGB Variations
Color information
#C03310 (or 0xC03310) is known color: Harley Davidson Orange. HEX triplet: C0, 33 and 10. RGB value is (192,51,16). Sum of RGB (Red+Green+Blue) = 192+51+16=259 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.13% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 192 - color contains mainly: red. Hex color #C03310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03310 is #3FCCEF. Grayscale: #595959. Windows color (decimal): -4181232 or 1061824. OLE color: 1061824.
HSL color Cylindrical-coordinate representation of color #C03310: hue angle of 11.93º degrees, saturation: 0.85, 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 #C03310 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 16 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.25 |
| HSL | 11.93º | 0.85% | 0.41% | - |
| HSV(B) | 11.93º | 0.92% | 0.75% | - |
| XYZ | 23.02 | 13.61 | 1.9 | - |
| YUV | 89.17 | 86.71 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 16 | 0 | 0.73 | 0.92 | 0.25 | 11.93 | 0.85 | 0.41 |
| Hex | C0 | 33 | 10 | 0 | 49 | 5C | 19 | C | 55 | 29 |
| Octal | 300 | 63 | 20 | 0 | 111 | 134 | 31 | 14 | 125 | 51 |
| Binary | 11000000 | 110011 | 10000 | 0 | 1001001 | 1011100 | 11001 | 1100 | 1010101 | 101001 |
Color Harmonies of #C03310
Complementary color
Monochromatic Colors of #C03310
Black with #C03310
Text Example
Text Example
White with #C03310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03310; }
p { color: rgb(192,51,16); }
H1.HeaderClassName
{
color: #C03310;
}
.AnyTagClassName
{
color: #C03310;
}
</style>
background-color css
<style>
a { background-color: #C03310; }
a { background-color: rgb(192,51,16); }
div.DivClassName
{
background-color: #C03310;
}
.BgClassName
{
background-color: #C03310;
}
</style>
border-color css
<style>
span { border-color: #C03310; }
span { border-color: rgb(192,51,16); }
td.TdClassName
{
border-color: #C03310;
}
.TagClassName
{
border-color: #C03310;
}
</style>