Html Css Color HEX #C03312 Harley Davidson Orange
📋 copy color: '#C03312'red 192 ◦ green 51 ◦ blue 18
Shades of Harley Davidson Orange #C03312
Tints of Harley Davidson Orange #C03312
RGB
CMYK
RGB Variations
Color information
#C03312 (or 0xC03312) is known color: Harley Davidson Orange. HEX triplet: C0, 33 and 12. RGB value is (192,51,18). Sum of RGB (Red+Green+Blue) = 192+51+18=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C03312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03312 is #3FCCED. Grayscale: #595959. Windows color (decimal): -4181230 or 1192896. OLE color: 1192896.
HSL color Cylindrical-coordinate representation of color #C03312: hue angle of 11.38º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C03312 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 18 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.25 |
| HSL | 11.38º | 0.83% | 0.41% | - |
| HSV(B) | 11.38º | 0.91% | 0.75% | - |
| XYZ | 23.03 | 13.62 | 1.99 | - |
| YUV | 89.4 | 87.71 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 18 | 0 | 0.73 | 0.91 | 0.25 | 11.38 | 0.83 | 0.41 |
| Hex | C0 | 33 | 12 | 0 | 49 | 5B | 19 | B | 53 | 29 |
| Octal | 300 | 63 | 22 | 0 | 111 | 133 | 31 | 13 | 123 | 51 |
| Binary | 11000000 | 110011 | 10010 | 0 | 1001001 | 1011011 | 11001 | 1011 | 1010011 | 101001 |
Color Harmonies of #C03312
Complementary color
Monochromatic Colors of #C03312
Black with #C03312
Text Example
Text Example
White with #C03312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03312; }
p { color: rgb(192,51,18); }
H1.HeaderClassName
{
color: #C03312;
}
.AnyTagClassName
{
color: #C03312;
}
</style>
background-color css
<style>
a { background-color: #C03312; }
a { background-color: rgb(192,51,18); }
div.DivClassName
{
background-color: #C03312;
}
.BgClassName
{
background-color: #C03312;
}
</style>
border-color css
<style>
span { border-color: #C03312; }
span { border-color: rgb(192,51,18); }
td.TdClassName
{
border-color: #C03312;
}
.TagClassName
{
border-color: #C03312;
}
</style>