Html Css Color HEX #C3330A Harley Davidson Orange
📋 copy color: '#C3330A'red 195 ◦ green 51 ◦ blue 10
Shades of Harley Davidson Orange #C3330A
Tints of Harley Davidson Orange #C3330A
RGB
CMYK
RGB Variations
Color information
#C3330A (or 0xC3330A) is known color: Harley Davidson Orange. HEX triplet: C3, 33 and 0A. RGB value is (195,51,10). Sum of RGB (Red+Green+Blue) = 195+51+10=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C3330A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3330A is #3CCCF5. Grayscale: #595959. Windows color (decimal): -3984630 or 668611. OLE color: 668611.
HSL color Cylindrical-coordinate representation of color #C3330A: hue angle of 13.3º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3330A is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 51 | 10 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.24 |
| HSL | 13.3º | 0.9% | 0.4% | - |
| HSV(B) | 13.3º | 0.95% | 0.76% | - |
| XYZ | 23.74 | 13.99 | 1.74 | - |
| YUV | 89.38 | 83.21 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 10 | 0 | 0.74 | 0.95 | 0.24 | 13.3 | 0.9 | 0.4 |
| Hex | C3 | 33 | A | 0 | 4A | 5F | 18 | D | 5A | 28 |
| Octal | 303 | 63 | 12 | 0 | 112 | 137 | 30 | 15 | 132 | 50 |
| Binary | 11000011 | 110011 | 1010 | 0 | 1001010 | 1011111 | 11000 | 1101 | 1011010 | 101000 |
Color Harmonies of #C3330A
Complementary color
Monochromatic Colors of #C3330A
Black with #C3330A
Text Example
Text Example
White with #C3330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3330A; }
p { color: rgb(195,51,10); }
H1.HeaderClassName
{
color: #C3330A;
}
.AnyTagClassName
{
color: #C3330A;
}
</style>
background-color css
<style>
a { background-color: #C3330A; }
a { background-color: rgb(195,51,10); }
div.DivClassName
{
background-color: #C3330A;
}
.BgClassName
{
background-color: #C3330A;
}
</style>
border-color css
<style>
span { border-color: #C3330A; }
span { border-color: rgb(195,51,10); }
td.TdClassName
{
border-color: #C3330A;
}
.TagClassName
{
border-color: #C3330A;
}
</style>