Html Css Color HEX #C32414 Harley Davidson Orange
📋 copy color: '#C32414'red 195 ◦ green 36 ◦ blue 20
Shades of Harley Davidson Orange #C32414
Tints of Harley Davidson Orange #C32414
RGB
CMYK
RGB Variations
Color information
#C32414 (or 0xC32414) is known color: Harley Davidson Orange. HEX triplet: C3, 24 and 14. RGB value is (195,36,20). Sum of RGB (Red+Green+Blue) = 195+36+20=251 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.69% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 195 - color contains mainly: red. Hex color #C32414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32414 is #3CDBEB. Grayscale: #515151. Windows color (decimal): -3988460 or 1320131. OLE color: 1320131.
HSL color Cylindrical-coordinate representation of color #C32414: hue angle of 5.49º degrees, saturation: 0.81, 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 #C32414 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 36 | 20 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.24 |
| HSL | 5.49º | 0.81% | 0.42% | - |
| HSV(B) | 5.49º | 0.9% | 0.76% | - |
| XYZ | 23.26 | 12.91 | 1.93 | - |
| YUV | 81.72 | 93.18 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 20 | 0 | 0.82 | 0.90 | 0.24 | 5.49 | 0.81 | 0.42 |
| Hex | C3 | 24 | 14 | 0 | 52 | 5A | 18 | 5 | 51 | 2A |
| Octal | 303 | 44 | 24 | 0 | 122 | 132 | 30 | 5 | 121 | 52 |
| Binary | 11000011 | 100100 | 10100 | 0 | 1010010 | 1011010 | 11000 | 101 | 1010001 | 101010 |
Color Harmonies of #C32414
Complementary color
Monochromatic Colors of #C32414
Black with #C32414
Text Example
Text Example
White with #C32414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32414; }
p { color: rgb(195,36,20); }
H1.HeaderClassName
{
color: #C32414;
}
.AnyTagClassName
{
color: #C32414;
}
</style>
background-color css
<style>
a { background-color: #C32414; }
a { background-color: rgb(195,36,20); }
div.DivClassName
{
background-color: #C32414;
}
.BgClassName
{
background-color: #C32414;
}
</style>
border-color css
<style>
span { border-color: #C32414; }
span { border-color: rgb(195,36,20); }
td.TdClassName
{
border-color: #C32414;
}
.TagClassName
{
border-color: #C32414;
}
</style>