Html Css Color HEX #C42201 Harley Davidson Orange
📋 copy color: '#C42201'red 196 ◦ green 34 ◦ blue 1
Shades of Harley Davidson Orange #C42201
Tints of Harley Davidson Orange #C42201
RGB
CMYK
RGB Variations
Color information
#C42201 (or 0xC42201) is known color: Harley Davidson Orange. HEX triplet: C4, 22 and 01. RGB value is (196,34,1). Sum of RGB (Red+Green+Blue) = 196+34+1=231 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.85% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 196 - color contains mainly: red. Hex color #C42201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42201 is #3BDDFE. Grayscale: #4E4E4E. Windows color (decimal): -3923455 or 74436. OLE color: 74436.
HSL color Cylindrical-coordinate representation of color #C42201: hue angle of 10.15º 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 #C42201 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 34 | 1 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.23 |
| HSL | 10.15º | 0.99% | 0.39% | - |
| HSV(B) | 10.15º | 0.99% | 0.77% | - |
| XYZ | 23.34 | 12.88 | 1.28 | - |
| YUV | 78.68 | 84.17 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 1 | 0 | 0.83 | 0.99 | 0.23 | 10.15 | 0.99 | 0.39 |
| Hex | C4 | 22 | 1 | 0 | 53 | 63 | 17 | A | 63 | 27 |
| Octal | 304 | 42 | 1 | 0 | 123 | 143 | 27 | 12 | 143 | 47 |
| Binary | 11000100 | 100010 | 1 | 0 | 1010011 | 1100011 | 10111 | 1010 | 1100011 | 100111 |
Color Harmonies of #C42201
Complementary color
Monochromatic Colors of #C42201
Black with #C42201
Text Example
Text Example
White with #C42201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42201; }
p { color: rgb(196,34,1); }
H1.HeaderClassName
{
color: #C42201;
}
.AnyTagClassName
{
color: #C42201;
}
</style>
background-color css
<style>
a { background-color: #C42201; }
a { background-color: rgb(196,34,1); }
div.DivClassName
{
background-color: #C42201;
}
.BgClassName
{
background-color: #C42201;
}
</style>
border-color css
<style>
span { border-color: #C42201; }
span { border-color: rgb(196,34,1); }
td.TdClassName
{
border-color: #C42201;
}
.TagClassName
{
border-color: #C42201;
}
</style>