Html Css Color HEX #C33416 Harley Davidson Orange
📋 copy color: '#C33416'red 195 ◦ green 52 ◦ blue 22
Shades of Harley Davidson Orange #C33416
Tints of Harley Davidson Orange #C33416
RGB
CMYK
RGB Variations
Color information
#C33416 (or 0xC33416) is known color: Harley Davidson Orange. HEX triplet: C3, 34 and 16. RGB value is (195,52,22). Sum of RGB (Red+Green+Blue) = 195+52+22=269 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.49% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 195 - color contains mainly: red. Hex color #C33416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33416 is #3CCBE9. Grayscale: #5B5B5B. Windows color (decimal): -3984362 or 1455299. OLE color: 1455299.
HSL color Cylindrical-coordinate representation of color #C33416: hue angle of 10.4º 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 #C33416 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 52 | 22 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.24 |
| HSL | 10.4º | 0.8% | 0.43% | - |
| HSV(B) | 10.4º | 0.89% | 0.76% | - |
| XYZ | 23.88 | 14.12 | 2.23 | - |
| YUV | 91.34 | 88.88 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 22 | 0 | 0.73 | 0.89 | 0.24 | 10.4 | 0.8 | 0.43 |
| Hex | C3 | 34 | 16 | 0 | 49 | 59 | 18 | A | 50 | 2B |
| Octal | 303 | 64 | 26 | 0 | 111 | 131 | 30 | 12 | 120 | 53 |
| Binary | 11000011 | 110100 | 10110 | 0 | 1001001 | 1011001 | 11000 | 1010 | 1010000 | 101011 |
Color Harmonies of #C33416
Complementary color
Monochromatic Colors of #C33416
Black with #C33416
Text Example
Text Example
White with #C33416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33416; }
p { color: rgb(195,52,22); }
H1.HeaderClassName
{
color: #C33416;
}
.AnyTagClassName
{
color: #C33416;
}
</style>
background-color css
<style>
a { background-color: #C33416; }
a { background-color: rgb(195,52,22); }
div.DivClassName
{
background-color: #C33416;
}
.BgClassName
{
background-color: #C33416;
}
</style>
border-color css
<style>
span { border-color: #C33416; }
span { border-color: rgb(195,52,22); }
td.TdClassName
{
border-color: #C33416;
}
.TagClassName
{
border-color: #C33416;
}
</style>