Html Css Color HEX #C33213 Harley Davidson Orange
📋 copy color: '#C33213'red 195 ◦ green 50 ◦ blue 19
Shades of Harley Davidson Orange #C33213
Tints of Harley Davidson Orange #C33213
RGB
CMYK
RGB Variations
Color information
#C33213 (or 0xC33213) is known color: Harley Davidson Orange. HEX triplet: C3, 32 and 13. RGB value is (195,50,19). Sum of RGB (Red+Green+Blue) = 195+50+19=264 (34% of max value = 765). Red value is 195 (76.56% from 255 or 73.86% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 195 - color contains mainly: red. Hex color #C33213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33213 is #3CCDEC. Grayscale: #5A5A5A. Windows color (decimal): -3984877 or 1258179. OLE color: 1258179.
HSL color Cylindrical-coordinate representation of color #C33213: hue angle of 10.57º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C33213 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 19 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.24 |
| HSL | 10.57º | 0.82% | 0.42% | - |
| HSV(B) | 10.57º | 0.9% | 0.76% | - |
| XYZ | 23.76 | 13.93 | 2.05 | - |
| YUV | 89.82 | 88.04 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 19 | 0 | 0.74 | 0.90 | 0.24 | 10.57 | 0.82 | 0.42 |
| Hex | C3 | 32 | 13 | 0 | 4A | 5A | 18 | B | 52 | 2A |
| Octal | 303 | 62 | 23 | 0 | 112 | 132 | 30 | 13 | 122 | 52 |
| Binary | 11000011 | 110010 | 10011 | 0 | 1001010 | 1011010 | 11000 | 1011 | 1010010 | 101010 |
Color Harmonies of #C33213
Complementary color
Monochromatic Colors of #C33213
Black with #C33213
Text Example
Text Example
White with #C33213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33213; }
p { color: rgb(195,50,19); }
H1.HeaderClassName
{
color: #C33213;
}
.AnyTagClassName
{
color: #C33213;
}
</style>
background-color css
<style>
a { background-color: #C33213; }
a { background-color: rgb(195,50,19); }
div.DivClassName
{
background-color: #C33213;
}
.BgClassName
{
background-color: #C33213;
}
</style>
border-color css
<style>
span { border-color: #C33213; }
span { border-color: rgb(195,50,19); }
td.TdClassName
{
border-color: #C33213;
}
.TagClassName
{
border-color: #C33213;
}
</style>