Html Css Color HEX #C32003 Harley Davidson Orange
📋 copy color: '#C32003'red 195 ◦ green 32 ◦ blue 3
Shades of Harley Davidson Orange #C32003
Tints of Harley Davidson Orange #C32003
RGB
CMYK
RGB Variations
Color information
#C32003 (or 0xC32003) is known color: Harley Davidson Orange. HEX triplet: C3, 20 and 03. RGB value is (195,32,3). Sum of RGB (Red+Green+Blue) = 195+32+3=230 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.78% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 195 - color contains mainly: red. Hex color #C32003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32003 is #3CDFFC. Grayscale: #4D4D4D. Windows color (decimal): -3989501 or 204995. OLE color: 204995.
HSL color Cylindrical-coordinate representation of color #C32003: hue angle of 9.06º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C32003 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 3 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.24 |
| HSL | 9.06º | 0.97% | 0.39% | - |
| HSV(B) | 9.06º | 0.98% | 0.76% | - |
| XYZ | 23.04 | 12.64 | 1.31 | - |
| YUV | 77.43 | 86 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 3 | 0 | 0.84 | 0.98 | 0.24 | 9.06 | 0.97 | 0.39 |
| Hex | C3 | 20 | 3 | 0 | 54 | 62 | 18 | 9 | 61 | 27 |
| Octal | 303 | 40 | 3 | 0 | 124 | 142 | 30 | 11 | 141 | 47 |
| Binary | 11000011 | 100000 | 11 | 0 | 1010100 | 1100010 | 11000 | 1001 | 1100001 | 100111 |
Color Harmonies of #C32003
Complementary color
Monochromatic Colors of #C32003
Black with #C32003
Text Example
Text Example
White with #C32003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32003; }
p { color: rgb(195,32,3); }
H1.HeaderClassName
{
color: #C32003;
}
.AnyTagClassName
{
color: #C32003;
}
</style>
background-color css
<style>
a { background-color: #C32003; }
a { background-color: rgb(195,32,3); }
div.DivClassName
{
background-color: #C32003;
}
.BgClassName
{
background-color: #C32003;
}
</style>
border-color css
<style>
span { border-color: #C32003; }
span { border-color: rgb(195,32,3); }
td.TdClassName
{
border-color: #C32003;
}
.TagClassName
{
border-color: #C32003;
}
</style>