Html Css Color HEX #C42403 Harley Davidson Orange
📋 copy color: '#C42403'red 196 ◦ green 36 ◦ blue 3
Shades of Harley Davidson Orange #C42403
Tints of Harley Davidson Orange #C42403
RGB
CMYK
RGB Variations
Color information
#C42403 (or 0xC42403) is known color: Harley Davidson Orange. HEX triplet: C4, 24 and 03. RGB value is (196,36,3). Sum of RGB (Red+Green+Blue) = 196+36+3=235 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.40% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 196 - color contains mainly: red. Hex color #C42403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42403 is #3BDBFC. Grayscale: #505050. Windows color (decimal): -3922941 or 206020. OLE color: 206020.
HSL color Cylindrical-coordinate representation of color #C42403: hue angle of 10.26º 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 #C42403 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 3 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.23 |
| HSL | 10.26º | 0.97% | 0.39% | - |
| HSV(B) | 10.26º | 0.98% | 0.77% | - |
| XYZ | 23.41 | 13 | 1.36 | - |
| YUV | 80.08 | 84.51 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 3 | 0 | 0.82 | 0.98 | 0.23 | 10.26 | 0.97 | 0.39 |
| Hex | C4 | 24 | 3 | 0 | 52 | 62 | 17 | A | 61 | 27 |
| Octal | 304 | 44 | 3 | 0 | 122 | 142 | 27 | 12 | 141 | 47 |
| Binary | 11000100 | 100100 | 11 | 0 | 1010010 | 1100010 | 10111 | 1010 | 1100001 | 100111 |
Color Harmonies of #C42403
Complementary color
Monochromatic Colors of #C42403
Black with #C42403
Text Example
Text Example
White with #C42403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42403; }
p { color: rgb(196,36,3); }
H1.HeaderClassName
{
color: #C42403;
}
.AnyTagClassName
{
color: #C42403;
}
</style>
background-color css
<style>
a { background-color: #C42403; }
a { background-color: rgb(196,36,3); }
div.DivClassName
{
background-color: #C42403;
}
.BgClassName
{
background-color: #C42403;
}
</style>
border-color css
<style>
span { border-color: #C42403; }
span { border-color: rgb(196,36,3); }
td.TdClassName
{
border-color: #C42403;
}
.TagClassName
{
border-color: #C42403;
}
</style>