Html Css Color HEX #C33C0E Harley Davidson Orange
📋 copy color: '#C33C0E'red 195 ◦ green 60 ◦ blue 14
Shades of Harley Davidson Orange #C33C0E
Tints of Harley Davidson Orange #C33C0E
RGB
CMYK
RGB Variations
Color information
#C33C0E (or 0xC33C0E) is known color: Harley Davidson Orange. HEX triplet: C3, 3C and 0E. RGB value is (195,60,14). Sum of RGB (Red+Green+Blue) = 195+60+14=269 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.49% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33C0E is #3CC3F1. Grayscale: #5F5F5F. Windows color (decimal): -3982322 or 933059. OLE color: 933059.
HSL color Cylindrical-coordinate representation of color #C33C0E: hue angle of 15.25º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C33C0E is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 14 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.24 |
| HSL | 15.25º | 0.87% | 0.41% | - |
| HSV(B) | 15.25º | 0.93% | 0.76% | - |
| XYZ | 24.2 | 14.87 | 2.01 | - |
| YUV | 95.12 | 82.23 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 14 | 0 | 0.69 | 0.93 | 0.24 | 15.25 | 0.87 | 0.41 |
| Hex | C3 | 3C | E | 0 | 45 | 5D | 18 | F | 57 | 29 |
| Octal | 303 | 74 | 16 | 0 | 105 | 135 | 30 | 17 | 127 | 51 |
| Binary | 11000011 | 111100 | 1110 | 0 | 1000101 | 1011101 | 11000 | 1111 | 1010111 | 101001 |
Color Harmonies of #C33C0E
Complementary color
Monochromatic Colors of #C33C0E
Black with #C33C0E
Text Example
Text Example
White with #C33C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33C0E; }
p { color: rgb(195,60,14); }
H1.HeaderClassName
{
color: #C33C0E;
}
.AnyTagClassName
{
color: #C33C0E;
}
</style>
background-color css
<style>
a { background-color: #C33C0E; }
a { background-color: rgb(195,60,14); }
div.DivClassName
{
background-color: #C33C0E;
}
.BgClassName
{
background-color: #C33C0E;
}
</style>
border-color css
<style>
span { border-color: #C33C0E; }
span { border-color: rgb(195,60,14); }
td.TdClassName
{
border-color: #C33C0E;
}
.TagClassName
{
border-color: #C33C0E;
}
</style>