Html Css Color HEX #C42903 Harley Davidson Orange
📋 copy color: '#C42903'red 196 ◦ green 41 ◦ blue 3
Shades of Harley Davidson Orange #C42903
Tints of Harley Davidson Orange #C42903
RGB
CMYK
RGB Variations
Color information
#C42903 (or 0xC42903) is known color: Harley Davidson Orange. HEX triplet: C4, 29 and 03. RGB value is (196,41,3). Sum of RGB (Red+Green+Blue) = 196+41+3=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C42903 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42903 is #3BD6FC. Grayscale: #535353. Windows color (decimal): -3921661 or 207300. OLE color: 207300.
HSL color Cylindrical-coordinate representation of color #C42903: hue angle of 11.81º 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 #C42903 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 3 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.23 |
| HSL | 11.81º | 0.97% | 0.39% | - |
| HSV(B) | 11.81º | 0.98% | 0.77% | - |
| XYZ | 23.57 | 13.33 | 1.42 | - |
| YUV | 83.01 | 82.85 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 3 | 0 | 0.79 | 0.98 | 0.23 | 11.81 | 0.97 | 0.39 |
| Hex | C4 | 29 | 3 | 0 | 4F | 62 | 17 | C | 61 | 27 |
| Octal | 304 | 51 | 3 | 0 | 117 | 142 | 27 | 14 | 141 | 47 |
| Binary | 11000100 | 101001 | 11 | 0 | 1001111 | 1100010 | 10111 | 1100 | 1100001 | 100111 |
Color Harmonies of #C42903
Complementary color
Monochromatic Colors of #C42903
Black with #C42903
Text Example
Text Example
White with #C42903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42903; }
p { color: rgb(196,41,3); }
H1.HeaderClassName
{
color: #C42903;
}
.AnyTagClassName
{
color: #C42903;
}
</style>
background-color css
<style>
a { background-color: #C42903; }
a { background-color: rgb(196,41,3); }
div.DivClassName
{
background-color: #C42903;
}
.BgClassName
{
background-color: #C42903;
}
</style>
border-color css
<style>
span { border-color: #C42903; }
span { border-color: rgb(196,41,3); }
td.TdClassName
{
border-color: #C42903;
}
.TagClassName
{
border-color: #C42903;
}
</style>