Html Css Color HEX #C32614 Harley Davidson Orange
📋 copy color: '#C32614'red 195 ◦ green 38 ◦ blue 20
Shades of Harley Davidson Orange #C32614
Tints of Harley Davidson Orange #C32614
RGB
CMYK
RGB Variations
Color information
#C32614 (or 0xC32614) is known color: Harley Davidson Orange. HEX triplet: C3, 26 and 14. RGB value is (195,38,20). Sum of RGB (Red+Green+Blue) = 195+38+20=253 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.08% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 195 - color contains mainly: red. Hex color #C32614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32614 is #3CD9EB. Grayscale: #535353. Windows color (decimal): -3987948 or 1320643. OLE color: 1320643.
HSL color Cylindrical-coordinate representation of color #C32614: hue angle of 6.17º 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 #C32614 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 38 | 20 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.24 |
| HSL | 6.17º | 0.81% | 0.42% | - |
| HSV(B) | 6.17º | 0.9% | 0.76% | - |
| XYZ | 23.33 | 13.04 | 1.95 | - |
| YUV | 82.89 | 92.51 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 38 | 20 | 0 | 0.81 | 0.90 | 0.24 | 6.17 | 0.81 | 0.42 |
| Hex | C3 | 26 | 14 | 0 | 51 | 5A | 18 | 6 | 51 | 2A |
| Octal | 303 | 46 | 24 | 0 | 121 | 132 | 30 | 6 | 121 | 52 |
| Binary | 11000011 | 100110 | 10100 | 0 | 1010001 | 1011010 | 11000 | 110 | 1010001 | 101010 |
Color Harmonies of #C32614
Complementary color
Monochromatic Colors of #C32614
Black with #C32614
Text Example
Text Example
White with #C32614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32614; }
p { color: rgb(195,38,20); }
H1.HeaderClassName
{
color: #C32614;
}
.AnyTagClassName
{
color: #C32614;
}
</style>
background-color css
<style>
a { background-color: #C32614; }
a { background-color: rgb(195,38,20); }
div.DivClassName
{
background-color: #C32614;
}
.BgClassName
{
background-color: #C32614;
}
</style>
border-color css
<style>
span { border-color: #C32614; }
span { border-color: rgb(195,38,20); }
td.TdClassName
{
border-color: #C32614;
}
.TagClassName
{
border-color: #C32614;
}
</style>