Html Css Color HEX #C0330C Harley Davidson Orange
📋 copy color: '#C0330C'red 192 ◦ green 51 ◦ blue 12
Shades of Harley Davidson Orange #C0330C
Tints of Harley Davidson Orange #C0330C
RGB
CMYK
RGB Variations
Color information
#C0330C (or 0xC0330C) is known color: Harley Davidson Orange. HEX triplet: C0, 33 and 0C. RGB value is (192,51,12). Sum of RGB (Red+Green+Blue) = 192+51+12=255 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.29% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 192 - color contains mainly: red. Hex color #C0330C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0330C is #3FCCF3. Grayscale: #595959. Windows color (decimal): -4181236 or 799680. OLE color: 799680.
HSL color Cylindrical-coordinate representation of color #C0330C: hue angle of 13º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0330C is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 12 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.25 |
| HSL | 13º | 0.88% | 0.4% | - |
| HSV(B) | 13º | 0.94% | 0.75% | - |
| XYZ | 22.99 | 13.6 | 1.76 | - |
| YUV | 88.71 | 84.71 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 12 | 0 | 0.73 | 0.94 | 0.25 | 13 | 0.88 | 0.4 |
| Hex | C0 | 33 | C | 0 | 49 | 5E | 19 | D | 58 | 28 |
| Octal | 300 | 63 | 14 | 0 | 111 | 136 | 31 | 15 | 130 | 50 |
| Binary | 11000000 | 110011 | 1100 | 0 | 1001001 | 1011110 | 11001 | 1101 | 1011000 | 101000 |
Color Harmonies of #C0330C
Complementary color
Monochromatic Colors of #C0330C
Black with #C0330C
Text Example
Text Example
White with #C0330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0330C; }
p { color: rgb(192,51,12); }
H1.HeaderClassName
{
color: #C0330C;
}
.AnyTagClassName
{
color: #C0330C;
}
</style>
background-color css
<style>
a { background-color: #C0330C; }
a { background-color: rgb(192,51,12); }
div.DivClassName
{
background-color: #C0330C;
}
.BgClassName
{
background-color: #C0330C;
}
</style>
border-color css
<style>
span { border-color: #C0330C; }
span { border-color: rgb(192,51,12); }
td.TdClassName
{
border-color: #C0330C;
}
.TagClassName
{
border-color: #C0330C;
}
</style>