Html Css Color HEX #C33A0A Harley Davidson Orange
📋 copy color: '#C33A0A'red 195 ◦ green 58 ◦ blue 10
Shades of Harley Davidson Orange #C33A0A
Tints of Harley Davidson Orange #C33A0A
RGB
CMYK
RGB Variations
Color information
#C33A0A (or 0xC33A0A) is known color: Harley Davidson Orange. HEX triplet: C3, 3A and 0A. RGB value is (195,58,10). Sum of RGB (Red+Green+Blue) = 195+58+10=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33A0A is #3CC5F5. Grayscale: #5D5D5D. Windows color (decimal): -3982838 or 670403. OLE color: 670403.
HSL color Cylindrical-coordinate representation of color #C33A0A: hue angle of 15.57º 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 #C33A0A is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 10 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.24 |
| HSL | 15.57º | 0.9% | 0.4% | - |
| HSV(B) | 15.57º | 0.95% | 0.76% | - |
| XYZ | 24.07 | 14.65 | 1.85 | - |
| YUV | 93.49 | 80.89 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 10 | 0 | 0.70 | 0.95 | 0.24 | 15.57 | 0.9 | 0.4 |
| Hex | C3 | 3A | A | 0 | 46 | 5F | 18 | 10 | 5A | 28 |
| Octal | 303 | 72 | 12 | 0 | 106 | 137 | 30 | 20 | 132 | 50 |
| Binary | 11000011 | 111010 | 1010 | 0 | 1000110 | 1011111 | 11000 | 10000 | 1011010 | 101000 |
Color Harmonies of #C33A0A
Complementary color
Monochromatic Colors of #C33A0A
Black with #C33A0A
Text Example
Text Example
White with #C33A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33A0A; }
p { color: rgb(195,58,10); }
H1.HeaderClassName
{
color: #C33A0A;
}
.AnyTagClassName
{
color: #C33A0A;
}
</style>
background-color css
<style>
a { background-color: #C33A0A; }
a { background-color: rgb(195,58,10); }
div.DivClassName
{
background-color: #C33A0A;
}
.BgClassName
{
background-color: #C33A0A;
}
</style>
border-color css
<style>
span { border-color: #C33A0A; }
span { border-color: rgb(195,58,10); }
td.TdClassName
{
border-color: #C33A0A;
}
.TagClassName
{
border-color: #C33A0A;
}
</style>