Html Css Color HEX #C32213 Harley Davidson Orange
📋 copy color: '#C32213'red 195 ◦ green 34 ◦ blue 19
Shades of Harley Davidson Orange #C32213
Tints of Harley Davidson Orange #C32213
RGB
CMYK
RGB Variations
Color information
#C32213 (or 0xC32213) is known color: Harley Davidson Orange. HEX triplet: C3, 22 and 13. RGB value is (195,34,19). Sum of RGB (Red+Green+Blue) = 195+34+19=248 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.63% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 195 - color contains mainly: red. Hex color #C32213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32213 is #3CDDEC. Grayscale: #505050. Windows color (decimal): -3988973 or 1254083. OLE color: 1254083.
HSL color Cylindrical-coordinate representation of color #C32213: hue angle of 5.11º 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 #C32213 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 19 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.24 |
| HSL | 5.11º | 0.82% | 0.42% | - |
| HSV(B) | 5.11º | 0.9% | 0.76% | - |
| XYZ | 23.2 | 12.79 | 1.86 | - |
| YUV | 80.43 | 93.34 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 19 | 0 | 0.83 | 0.90 | 0.24 | 5.11 | 0.82 | 0.42 |
| Hex | C3 | 22 | 13 | 0 | 53 | 5A | 18 | 5 | 52 | 2A |
| Octal | 303 | 42 | 23 | 0 | 123 | 132 | 30 | 5 | 122 | 52 |
| Binary | 11000011 | 100010 | 10011 | 0 | 1010011 | 1011010 | 11000 | 101 | 1010010 | 101010 |
Color Harmonies of #C32213
Complementary color
Monochromatic Colors of #C32213
Black with #C32213
Text Example
Text Example
White with #C32213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32213; }
p { color: rgb(195,34,19); }
H1.HeaderClassName
{
color: #C32213;
}
.AnyTagClassName
{
color: #C32213;
}
</style>
background-color css
<style>
a { background-color: #C32213; }
a { background-color: rgb(195,34,19); }
div.DivClassName
{
background-color: #C32213;
}
.BgClassName
{
background-color: #C32213;
}
</style>
border-color css
<style>
span { border-color: #C32213; }
span { border-color: rgb(195,34,19); }
td.TdClassName
{
border-color: #C32213;
}
.TagClassName
{
border-color: #C32213;
}
</style>