Html Css Color HEX #C42203 Harley Davidson Orange
📋 copy color: '#C42203'red 196 ◦ green 34 ◦ blue 3
Shades of Harley Davidson Orange #C42203
Tints of Harley Davidson Orange #C42203
RGB
CMYK
RGB Variations
Color information
#C42203 (or 0xC42203) is known color: Harley Davidson Orange. HEX triplet: C4, 22 and 03. RGB value is (196,34,3). Sum of RGB (Red+Green+Blue) = 196+34+3=233 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.12% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 196 - color contains mainly: red. Hex color #C42203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42203 is #3BDDFC. Grayscale: #4F4F4F. Windows color (decimal): -3923453 or 205508. OLE color: 205508.
HSL color Cylindrical-coordinate representation of color #C42203: hue angle of 9.64º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C42203 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 34 | 3 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.23 |
| HSL | 9.64º | 0.97% | 0.39% | - |
| HSV(B) | 9.64º | 0.98% | 0.77% | - |
| XYZ | 23.35 | 12.89 | 1.34 | - |
| YUV | 78.9 | 85.17 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 3 | 0 | 0.83 | 0.98 | 0.23 | 9.64 | 0.97 | 0.39 |
| Hex | C4 | 22 | 3 | 0 | 53 | 62 | 17 | A | 61 | 27 |
| Octal | 304 | 42 | 3 | 0 | 123 | 142 | 27 | 12 | 141 | 47 |
| Binary | 11000100 | 100010 | 11 | 0 | 1010011 | 1100010 | 10111 | 1010 | 1100001 | 100111 |
Color Harmonies of #C42203
Complementary color
Monochromatic Colors of #C42203
Black with #C42203
Text Example
Text Example
White with #C42203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42203; }
p { color: rgb(196,34,3); }
H1.HeaderClassName
{
color: #C42203;
}
.AnyTagClassName
{
color: #C42203;
}
</style>
background-color css
<style>
a { background-color: #C42203; }
a { background-color: rgb(196,34,3); }
div.DivClassName
{
background-color: #C42203;
}
.BgClassName
{
background-color: #C42203;
}
</style>
border-color css
<style>
span { border-color: #C42203; }
span { border-color: rgb(196,34,3); }
td.TdClassName
{
border-color: #C42203;
}
.TagClassName
{
border-color: #C42203;
}
</style>