Html Css Color HEX #C33B21 Harley Davidson Orange
📋 copy color: '#C33B21'red 195 ◦ green 59 ◦ blue 33
Shades of Harley Davidson Orange #C33B21
Tints of Harley Davidson Orange #C33B21
RGB
CMYK
RGB Variations
Color information
#C33B21 (or 0xC33B21) is known color: Harley Davidson Orange. HEX triplet: C3, 3B and 21. RGB value is (195,59,33). Sum of RGB (Red+Green+Blue) = 195+59+33=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33B21 is #3CC4DE. Grayscale: #606060. Windows color (decimal): -3982559 or 2177987. OLE color: 2177987.
HSL color Cylindrical-coordinate representation of color #C33B21: hue angle of 9.63º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C33B21 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 33 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.24 |
| HSL | 9.63º | 0.71% | 0.45% | - |
| HSV(B) | 9.63º | 0.83% | 0.76% | - |
| XYZ | 24.34 | 14.84 | 3.02 | - |
| YUV | 96.7 | 92.06 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 33 | 0 | 0.70 | 0.83 | 0.24 | 9.63 | 0.71 | 0.45 |
| Hex | C3 | 3B | 21 | 0 | 46 | 53 | 18 | A | 47 | 2D |
| Octal | 303 | 73 | 41 | 0 | 106 | 123 | 30 | 12 | 107 | 55 |
| Binary | 11000011 | 111011 | 100001 | 0 | 1000110 | 1010011 | 11000 | 1010 | 1000111 | 101101 |
Color Harmonies of #C33B21
Complementary color
Monochromatic Colors of #C33B21
Black with #C33B21
Text Example
Text Example
White with #C33B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33B21; }
p { color: rgb(195,59,33); }
H1.HeaderClassName
{
color: #C33B21;
}
.AnyTagClassName
{
color: #C33B21;
}
</style>
background-color css
<style>
a { background-color: #C33B21; }
a { background-color: rgb(195,59,33); }
div.DivClassName
{
background-color: #C33B21;
}
.BgClassName
{
background-color: #C33B21;
}
</style>
border-color css
<style>
span { border-color: #C33B21; }
span { border-color: rgb(195,59,33); }
td.TdClassName
{
border-color: #C33B21;
}
.TagClassName
{
border-color: #C33B21;
}
</style>