Html Css Color HEX #C33F21 Harley Davidson Orange
📋 copy color: '#C33F21'red 195 ◦ green 63 ◦ blue 33
Shades of Harley Davidson Orange #C33F21
Tints of Harley Davidson Orange #C33F21
RGB
CMYK
RGB Variations
Color information
#C33F21 (or 0xC33F21) is known color: Harley Davidson Orange. HEX triplet: C3, 3F and 21. RGB value is (195,63,33). Sum of RGB (Red+Green+Blue) = 195+63+33=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33F21 is #3CC0DE. Grayscale: #636363. Windows color (decimal): -3981535 or 2179011. OLE color: 2179011.
HSL color Cylindrical-coordinate representation of color #C33F21: hue angle of 11.11º 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 #C33F21 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 33 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.24 |
| HSL | 11.11º | 0.71% | 0.45% | - |
| HSV(B) | 11.11º | 0.83% | 0.76% | - |
| XYZ | 24.56 | 15.27 | 3.09 | - |
| YUV | 99.05 | 90.73 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 33 | 0 | 0.68 | 0.83 | 0.24 | 11.11 | 0.71 | 0.45 |
| Hex | C3 | 3F | 21 | 0 | 44 | 53 | 18 | B | 47 | 2D |
| Octal | 303 | 77 | 41 | 0 | 104 | 123 | 30 | 13 | 107 | 55 |
| Binary | 11000011 | 111111 | 100001 | 0 | 1000100 | 1010011 | 11000 | 1011 | 1000111 | 101101 |
Color Harmonies of #C33F21
Complementary color
Monochromatic Colors of #C33F21
Black with #C33F21
Text Example
Text Example
White with #C33F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33F21; }
p { color: rgb(195,63,33); }
H1.HeaderClassName
{
color: #C33F21;
}
.AnyTagClassName
{
color: #C33F21;
}
</style>
background-color css
<style>
a { background-color: #C33F21; }
a { background-color: rgb(195,63,33); }
div.DivClassName
{
background-color: #C33F21;
}
.BgClassName
{
background-color: #C33F21;
}
</style>
border-color css
<style>
span { border-color: #C33F21; }
span { border-color: rgb(195,63,33); }
td.TdClassName
{
border-color: #C33F21;
}
.TagClassName
{
border-color: #C33F21;
}
</style>