Html Css Color HEX #C32212 Harley Davidson Orange
📋 copy color: '#C32212'red 195 ◦ green 34 ◦ blue 18
Shades of Harley Davidson Orange #C32212
Tints of Harley Davidson Orange #C32212
RGB
CMYK
RGB Variations
Color information
#C32212 (or 0xC32212) is known color: Harley Davidson Orange. HEX triplet: C3, 22 and 12. RGB value is (195,34,18). Sum of RGB (Red+Green+Blue) = 195+34+18=247 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.95% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 195 - color contains mainly: red. Hex color #C32212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32212 is #3CDDED. Grayscale: #505050. Windows color (decimal): -3988974 or 1188547. OLE color: 1188547.
HSL color Cylindrical-coordinate representation of color #C32212: hue angle of 5.42º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C32212 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 34 | 18 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.24 |
| HSL | 5.42º | 0.83% | 0.42% | - |
| HSV(B) | 5.42º | 0.91% | 0.76% | - |
| XYZ | 23.19 | 12.79 | 1.82 | - |
| YUV | 80.32 | 92.84 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 18 | 0 | 0.83 | 0.91 | 0.24 | 5.42 | 0.83 | 0.42 |
| Hex | C3 | 22 | 12 | 0 | 53 | 5B | 18 | 5 | 53 | 2A |
| Octal | 303 | 42 | 22 | 0 | 123 | 133 | 30 | 5 | 123 | 52 |
| Binary | 11000011 | 100010 | 10010 | 0 | 1010011 | 1011011 | 11000 | 101 | 1010011 | 101010 |
Color Harmonies of #C32212
Complementary color
Monochromatic Colors of #C32212
Black with #C32212
Text Example
Text Example
White with #C32212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32212; }
p { color: rgb(195,34,18); }
H1.HeaderClassName
{
color: #C32212;
}
.AnyTagClassName
{
color: #C32212;
}
</style>
background-color css
<style>
a { background-color: #C32212; }
a { background-color: rgb(195,34,18); }
div.DivClassName
{
background-color: #C32212;
}
.BgClassName
{
background-color: #C32212;
}
</style>
border-color css
<style>
span { border-color: #C32212; }
span { border-color: rgb(195,34,18); }
td.TdClassName
{
border-color: #C32212;
}
.TagClassName
{
border-color: #C32212;
}
</style>