Html Css Color HEX #C33E16 Harley Davidson Orange
📋 copy color: '#C33E16'red 195 ◦ green 62 ◦ blue 22
Shades of Harley Davidson Orange #C33E16
Tints of Harley Davidson Orange #C33E16
RGB
CMYK
RGB Variations
Color information
#C33E16 (or 0xC33E16) is known color: Harley Davidson Orange. HEX triplet: C3, 3E and 16. RGB value is (195,62,22). Sum of RGB (Red+Green+Blue) = 195+62+22=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33E16 is #3CC1E9. Grayscale: #616161. Windows color (decimal): -3981802 or 1457859. OLE color: 1457859.
HSL color Cylindrical-coordinate representation of color #C33E16: hue angle of 13.87º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C33E16 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 62 | 22 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.24 |
| HSL | 13.87º | 0.8% | 0.43% | - |
| HSV(B) | 13.87º | 0.89% | 0.76% | - |
| XYZ | 24.37 | 15.11 | 2.39 | - |
| YUV | 97.21 | 85.56 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 22 | 0 | 0.68 | 0.89 | 0.24 | 13.87 | 0.8 | 0.43 |
| Hex | C3 | 3E | 16 | 0 | 44 | 59 | 18 | E | 50 | 2B |
| Octal | 303 | 76 | 26 | 0 | 104 | 131 | 30 | 16 | 120 | 53 |
| Binary | 11000011 | 111110 | 10110 | 0 | 1000100 | 1011001 | 11000 | 1110 | 1010000 | 101011 |
Color Harmonies of #C33E16
Complementary color
Monochromatic Colors of #C33E16
Black with #C33E16
Text Example
Text Example
White with #C33E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33E16; }
p { color: rgb(195,62,22); }
H1.HeaderClassName
{
color: #C33E16;
}
.AnyTagClassName
{
color: #C33E16;
}
</style>
background-color css
<style>
a { background-color: #C33E16; }
a { background-color: rgb(195,62,22); }
div.DivClassName
{
background-color: #C33E16;
}
.BgClassName
{
background-color: #C33E16;
}
</style>
border-color css
<style>
span { border-color: #C33E16; }
span { border-color: rgb(195,62,22); }
td.TdClassName
{
border-color: #C33E16;
}
.TagClassName
{
border-color: #C33E16;
}
</style>