Html Css Color HEX #C0330A Harley Davidson Orange
📋 copy color: '#C0330A'red 192 ◦ green 51 ◦ blue 10
Shades of Harley Davidson Orange #C0330A
Tints of Harley Davidson Orange #C0330A
RGB
CMYK
RGB Variations
Color information
#C0330A (or 0xC0330A) is known color: Harley Davidson Orange. HEX triplet: C0, 33 and 0A. RGB value is (192,51,10). Sum of RGB (Red+Green+Blue) = 192+51+10=253 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.89% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 192 - color contains mainly: red. Hex color #C0330A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0330A is #3FCCF5. Grayscale: #585858. Windows color (decimal): -4181238 or 668608. OLE color: 668608.
HSL color Cylindrical-coordinate representation of color #C0330A: hue angle of 13.52º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0330A is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 10 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.25 |
| HSL | 13.52º | 0.9% | 0.4% | - |
| HSV(B) | 13.52º | 0.95% | 0.75% | - |
| XYZ | 22.98 | 13.6 | 1.7 | - |
| YUV | 88.49 | 83.71 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 10 | 0 | 0.73 | 0.95 | 0.25 | 13.52 | 0.9 | 0.4 |
| Hex | C0 | 33 | A | 0 | 49 | 5F | 19 | E | 5A | 28 |
| Octal | 300 | 63 | 12 | 0 | 111 | 137 | 31 | 16 | 132 | 50 |
| Binary | 11000000 | 110011 | 1010 | 0 | 1001001 | 1011111 | 11001 | 1110 | 1011010 | 101000 |
Color Harmonies of #C0330A
Complementary color
Monochromatic Colors of #C0330A
Black with #C0330A
Text Example
Text Example
White with #C0330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0330A; }
p { color: rgb(192,51,10); }
H1.HeaderClassName
{
color: #C0330A;
}
.AnyTagClassName
{
color: #C0330A;
}
</style>
background-color css
<style>
a { background-color: #C0330A; }
a { background-color: rgb(192,51,10); }
div.DivClassName
{
background-color: #C0330A;
}
.BgClassName
{
background-color: #C0330A;
}
</style>
border-color css
<style>
span { border-color: #C0330A; }
span { border-color: rgb(192,51,10); }
td.TdClassName
{
border-color: #C0330A;
}
.TagClassName
{
border-color: #C0330A;
}
</style>