Html Css Color HEX #C32402 Harley Davidson Orange
📋 copy color: '#C32402'red 195 ◦ green 36 ◦ blue 2
Shades of Harley Davidson Orange #C32402
Tints of Harley Davidson Orange #C32402
RGB
CMYK
RGB Variations
Color information
#C32402 (or 0xC32402) is known color: Harley Davidson Orange. HEX triplet: C3, 24 and 02. RGB value is (195,36,2). Sum of RGB (Red+Green+Blue) = 195+36+2=233 (30% of max value = 765). Red value is 195 (76.56% from 255 or 83.69% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 195 - color contains mainly: red. Hex color #C32402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32402 is #3CDBFD. Grayscale: #4F4F4F. Windows color (decimal): -3988478 or 140483. OLE color: 140483.
HSL color Cylindrical-coordinate representation of color #C32402: hue angle of 10.57º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C32402 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 36 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.24 |
| HSL | 10.57º | 0.98% | 0.39% | - |
| HSV(B) | 10.57º | 0.99% | 0.76% | - |
| XYZ | 23.15 | 12.87 | 1.32 | - |
| YUV | 79.67 | 84.18 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 2 | 0 | 0.82 | 0.99 | 0.24 | 10.57 | 0.98 | 0.39 |
| Hex | C3 | 24 | 2 | 0 | 52 | 63 | 18 | B | 62 | 27 |
| Octal | 303 | 44 | 2 | 0 | 122 | 143 | 30 | 13 | 142 | 47 |
| Binary | 11000011 | 100100 | 10 | 0 | 1010010 | 1100011 | 11000 | 1011 | 1100010 | 100111 |
Color Harmonies of #C32402
Complementary color
Monochromatic Colors of #C32402
Black with #C32402
Text Example
Text Example
White with #C32402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32402; }
p { color: rgb(195,36,2); }
H1.HeaderClassName
{
color: #C32402;
}
.AnyTagClassName
{
color: #C32402;
}
</style>
background-color css
<style>
a { background-color: #C32402; }
a { background-color: rgb(195,36,2); }
div.DivClassName
{
background-color: #C32402;
}
.BgClassName
{
background-color: #C32402;
}
</style>
border-color css
<style>
span { border-color: #C32402; }
span { border-color: rgb(195,36,2); }
td.TdClassName
{
border-color: #C32402;
}
.TagClassName
{
border-color: #C32402;
}
</style>