Html Css Color HEX #C33A0B Harley Davidson Orange
📋 copy color: '#C33A0B'red 195 ◦ green 58 ◦ blue 11
Shades of Harley Davidson Orange #C33A0B
Tints of Harley Davidson Orange #C33A0B
RGB
CMYK
RGB Variations
Color information
#C33A0B (or 0xC33A0B) is known color: Harley Davidson Orange. HEX triplet: C3, 3A and 0B. RGB value is (195,58,11). Sum of RGB (Red+Green+Blue) = 195+58+11=264 (34% of max value = 765). Red value is 195 (76.56% from 255 or 73.86% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33A0B is #3CC5F4. Grayscale: #5D5D5D. Windows color (decimal): -3982837 or 735939. OLE color: 735939.
HSL color Cylindrical-coordinate representation of color #C33A0B: hue angle of 15.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C33A0B is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 11 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.24 |
| HSL | 15.33º | 0.89% | 0.4% | - |
| HSV(B) | 15.33º | 0.94% | 0.76% | - |
| XYZ | 24.08 | 14.65 | 1.88 | - |
| YUV | 93.61 | 81.39 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 11 | 0 | 0.70 | 0.94 | 0.24 | 15.33 | 0.89 | 0.4 |
| Hex | C3 | 3A | B | 0 | 46 | 5E | 18 | F | 59 | 28 |
| Octal | 303 | 72 | 13 | 0 | 106 | 136 | 30 | 17 | 131 | 50 |
| Binary | 11000011 | 111010 | 1011 | 0 | 1000110 | 1011110 | 11000 | 1111 | 1011001 | 101000 |
Color Harmonies of #C33A0B
Complementary color
Monochromatic Colors of #C33A0B
Black with #C33A0B
Text Example
Text Example
White with #C33A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33A0B; }
p { color: rgb(195,58,11); }
H1.HeaderClassName
{
color: #C33A0B;
}
.AnyTagClassName
{
color: #C33A0B;
}
</style>
background-color css
<style>
a { background-color: #C33A0B; }
a { background-color: rgb(195,58,11); }
div.DivClassName
{
background-color: #C33A0B;
}
.BgClassName
{
background-color: #C33A0B;
}
</style>
border-color css
<style>
span { border-color: #C33A0B; }
span { border-color: rgb(195,58,11); }
td.TdClassName
{
border-color: #C33A0B;
}
.TagClassName
{
border-color: #C33A0B;
}
</style>