Html Css Color HEX #C32D02 Harley Davidson Orange
📋 copy color: '#C32D02'red 195 ◦ green 45 ◦ blue 2
Shades of Harley Davidson Orange #C32D02
Tints of Harley Davidson Orange #C32D02
RGB
CMYK
RGB Variations
Color information
#C32D02 (or 0xC32D02) is known color: Harley Davidson Orange. HEX triplet: C3, 2D and 02. RGB value is (195,45,2). Sum of RGB (Red+Green+Blue) = 195+45+2=242 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.58% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32D02 is #3CD2FD. Grayscale: #555555. Windows color (decimal): -3986174 or 142787. OLE color: 142787.
HSL color Cylindrical-coordinate representation of color #C32D02: hue angle of 13.37º 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 #C32D02 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 45 | 2 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.24 |
| HSL | 13.37º | 0.98% | 0.39% | - |
| HSV(B) | 13.37º | 0.99% | 0.76% | - |
| XYZ | 23.46 | 13.48 | 1.42 | - |
| YUV | 84.95 | 81.2 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 2 | 0 | 0.77 | 0.99 | 0.24 | 13.37 | 0.98 | 0.39 |
| Hex | C3 | 2D | 2 | 0 | 4D | 63 | 18 | D | 62 | 27 |
| Octal | 303 | 55 | 2 | 0 | 115 | 143 | 30 | 15 | 142 | 47 |
| Binary | 11000011 | 101101 | 10 | 0 | 1001101 | 1100011 | 11000 | 1101 | 1100010 | 100111 |
Color Harmonies of #C32D02
Complementary color
Monochromatic Colors of #C32D02
Black with #C32D02
Text Example
Text Example
White with #C32D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32D02; }
p { color: rgb(195,45,2); }
H1.HeaderClassName
{
color: #C32D02;
}
.AnyTagClassName
{
color: #C32D02;
}
</style>
background-color css
<style>
a { background-color: #C32D02; }
a { background-color: rgb(195,45,2); }
div.DivClassName
{
background-color: #C32D02;
}
.BgClassName
{
background-color: #C32D02;
}
</style>
border-color css
<style>
span { border-color: #C32D02; }
span { border-color: rgb(195,45,2); }
td.TdClassName
{
border-color: #C32D02;
}
.TagClassName
{
border-color: #C32D02;
}
</style>