Html Css Color HEX #C32001 Harley Davidson Orange
📋 copy color: '#C32001'red 195 ◦ green 32 ◦ blue 1
Shades of Harley Davidson Orange #C32001
Tints of Harley Davidson Orange #C32001
RGB
CMYK
RGB Variations
Color information
#C32001 (or 0xC32001) is known color: Harley Davidson Orange. HEX triplet: C3, 20 and 01. RGB value is (195,32,1). Sum of RGB (Red+Green+Blue) = 195+32+1=228 (30% of max value = 765). Red value is 195 (76.56% from 255 or 85.53% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 195 - color contains mainly: red. Hex color #C32001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32001 is #3CDFFE. Grayscale: #4D4D4D. Windows color (decimal): -3989503 or 73923. OLE color: 73923.
HSL color Cylindrical-coordinate representation of color #C32001: hue angle of 9.59º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C32001 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 1 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.24 |
| HSL | 9.59º | 0.99% | 0.38% | - |
| HSV(B) | 9.59º | 0.99% | 0.76% | - |
| XYZ | 23.03 | 12.64 | 1.25 | - |
| YUV | 77.2 | 85 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 1 | 0 | 0.84 | 0.99 | 0.24 | 9.59 | 0.99 | 0.38 |
| Hex | C3 | 20 | 1 | 0 | 54 | 63 | 18 | A | 63 | 26 |
| Octal | 303 | 40 | 1 | 0 | 124 | 143 | 30 | 12 | 143 | 46 |
| Binary | 11000011 | 100000 | 1 | 0 | 1010100 | 1100011 | 11000 | 1010 | 1100011 | 100110 |
Color Harmonies of #C32001
Complementary color
Monochromatic Colors of #C32001
Black with #C32001
Text Example
Text Example
White with #C32001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32001; }
p { color: rgb(195,32,1); }
H1.HeaderClassName
{
color: #C32001;
}
.AnyTagClassName
{
color: #C32001;
}
</style>
background-color css
<style>
a { background-color: #C32001; }
a { background-color: rgb(195,32,1); }
div.DivClassName
{
background-color: #C32001;
}
.BgClassName
{
background-color: #C32001;
}
</style>
border-color css
<style>
span { border-color: #C32001; }
span { border-color: rgb(195,32,1); }
td.TdClassName
{
border-color: #C32001;
}
.TagClassName
{
border-color: #C32001;
}
</style>