Html Css Color HEX #C33021 Harley Davidson Orange
📋 copy color: '#C33021'red 195 ◦ green 48 ◦ blue 33
Shades of Harley Davidson Orange #C33021
Tints of Harley Davidson Orange #C33021
RGB
CMYK
RGB Variations
Color information
#C33021 (or 0xC33021) is known color: Harley Davidson Orange. HEX triplet: C3, 30 and 21. RGB value is (195,48,33). Sum of RGB (Red+Green+Blue) = 195+48+33=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C33021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33021 is #3CCFDE. Grayscale: #5A5A5A. Windows color (decimal): -3985375 or 2175171. OLE color: 2175171.
HSL color Cylindrical-coordinate representation of color #C33021: hue angle of 5.56º 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 #C33021 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 33 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.24 |
| HSL | 5.56º | 0.71% | 0.45% | - |
| HSV(B) | 5.56º | 0.83% | 0.76% | - |
| XYZ | 23.84 | 13.83 | 2.85 | - |
| YUV | 90.24 | 95.7 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 33 | 0 | 0.75 | 0.83 | 0.24 | 5.56 | 0.71 | 0.45 |
| Hex | C3 | 30 | 21 | 0 | 4B | 53 | 18 | 6 | 47 | 2D |
| Octal | 303 | 60 | 41 | 0 | 113 | 123 | 30 | 6 | 107 | 55 |
| Binary | 11000011 | 110000 | 100001 | 0 | 1001011 | 1010011 | 11000 | 110 | 1000111 | 101101 |
Color Harmonies of #C33021
Complementary color
Monochromatic Colors of #C33021
Black with #C33021
Text Example
Text Example
White with #C33021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33021; }
p { color: rgb(195,48,33); }
H1.HeaderClassName
{
color: #C33021;
}
.AnyTagClassName
{
color: #C33021;
}
</style>
background-color css
<style>
a { background-color: #C33021; }
a { background-color: rgb(195,48,33); }
div.DivClassName
{
background-color: #C33021;
}
.BgClassName
{
background-color: #C33021;
}
</style>
border-color css
<style>
span { border-color: #C33021; }
span { border-color: rgb(195,48,33); }
td.TdClassName
{
border-color: #C33021;
}
.TagClassName
{
border-color: #C33021;
}
</style>