Html Css Color HEX #C42001 Harley Davidson Orange
📋 copy color: '#C42001'red 196 ◦ green 32 ◦ blue 1
Shades of Harley Davidson Orange #C42001
Tints of Harley Davidson Orange #C42001
RGB
CMYK
RGB Variations
Color information
#C42001 (or 0xC42001) is known color: Harley Davidson Orange. HEX triplet: C4, 20 and 01. RGB value is (196,32,1). Sum of RGB (Red+Green+Blue) = 196+32+1=229 (30% of max value = 765). Red value is 196 (76.95% from 255 or 85.59% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 196 - color contains mainly: red. Hex color #C42001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42001 is #3BDFFE. Grayscale: #4D4D4D. Windows color (decimal): -3923967 or 73924. OLE color: 73924.
HSL color Cylindrical-coordinate representation of color #C42001: hue angle of 9.54º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C42001 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 1 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.23 |
| HSL | 9.54º | 0.99% | 0.39% | - |
| HSV(B) | 9.54º | 0.99% | 0.77% | - |
| XYZ | 23.29 | 12.77 | 1.27 | - |
| YUV | 77.5 | 84.83 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 1 | 0 | 0.84 | 0.99 | 0.23 | 9.54 | 0.99 | 0.39 |
| Hex | C4 | 20 | 1 | 0 | 54 | 63 | 17 | A | 63 | 27 |
| Octal | 304 | 40 | 1 | 0 | 124 | 143 | 27 | 12 | 143 | 47 |
| Binary | 11000100 | 100000 | 1 | 0 | 1010100 | 1100011 | 10111 | 1010 | 1100011 | 100111 |
Color Harmonies of #C42001
Complementary color
Monochromatic Colors of #C42001
Black with #C42001
Text Example
Text Example
White with #C42001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42001; }
p { color: rgb(196,32,1); }
H1.HeaderClassName
{
color: #C42001;
}
.AnyTagClassName
{
color: #C42001;
}
</style>
background-color css
<style>
a { background-color: #C42001; }
a { background-color: rgb(196,32,1); }
div.DivClassName
{
background-color: #C42001;
}
.BgClassName
{
background-color: #C42001;
}
</style>
border-color css
<style>
span { border-color: #C42001; }
span { border-color: rgb(196,32,1); }
td.TdClassName
{
border-color: #C42001;
}
.TagClassName
{
border-color: #C42001;
}
</style>