Html Css Color HEX #C32315 Harley Davidson Orange
📋 copy color: '#C32315'red 195 ◦ green 35 ◦ blue 21
Shades of Harley Davidson Orange #C32315
Tints of Harley Davidson Orange #C32315
RGB
CMYK
RGB Variations
Color information
#C32315 (or 0xC32315) is known color: Harley Davidson Orange. HEX triplet: C3, 23 and 15. RGB value is (195,35,21). Sum of RGB (Red+Green+Blue) = 195+35+21=251 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.69% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 195 - color contains mainly: red. Hex color #C32315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32315 is #3CDCEA. Grayscale: #515151. Windows color (decimal): -3988715 or 1385411. OLE color: 1385411.
HSL color Cylindrical-coordinate representation of color #C32315: hue angle of 4.83º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C32315 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 35 | 21 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.24 |
| HSL | 4.83º | 0.81% | 0.42% | - |
| HSV(B) | 4.83º | 0.89% | 0.76% | - |
| XYZ | 23.24 | 12.86 | 1.97 | - |
| YUV | 81.24 | 94.01 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 21 | 0 | 0.82 | 0.89 | 0.24 | 4.83 | 0.81 | 0.42 |
| Hex | C3 | 23 | 15 | 0 | 52 | 59 | 18 | 5 | 51 | 2A |
| Octal | 303 | 43 | 25 | 0 | 122 | 131 | 30 | 5 | 121 | 52 |
| Binary | 11000011 | 100011 | 10101 | 0 | 1010010 | 1011001 | 11000 | 101 | 1010001 | 101010 |
Color Harmonies of #C32315
Complementary color
Monochromatic Colors of #C32315
Black with #C32315
Text Example
Text Example
White with #C32315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32315; }
p { color: rgb(195,35,21); }
H1.HeaderClassName
{
color: #C32315;
}
.AnyTagClassName
{
color: #C32315;
}
</style>
background-color css
<style>
a { background-color: #C32315; }
a { background-color: rgb(195,35,21); }
div.DivClassName
{
background-color: #C32315;
}
.BgClassName
{
background-color: #C32315;
}
</style>
border-color css
<style>
span { border-color: #C32315; }
span { border-color: rgb(195,35,21); }
td.TdClassName
{
border-color: #C32315;
}
.TagClassName
{
border-color: #C32315;
}
</style>