Html Css Color HEX #C43103 Harley Davidson Orange
📋 copy color: '#C43103'red 196 ◦ green 49 ◦ blue 3
Shades of Harley Davidson Orange #C43103
Tints of Harley Davidson Orange #C43103
RGB
CMYK
RGB Variations
Color information
#C43103 (or 0xC43103) is known color: Harley Davidson Orange. HEX triplet: C4, 31 and 03. RGB value is (196,49,3). Sum of RGB (Red+Green+Blue) = 196+49+3=248 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.03% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 196 - color contains mainly: red. Hex color #C43103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43103 is #3BCEFC. Grayscale: #585858. Windows color (decimal): -3919613 or 209348. OLE color: 209348.
HSL color Cylindrical-coordinate representation of color #C43103: hue angle of 14.3º 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 #C43103 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 3 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.23 |
| HSL | 14.3º | 0.97% | 0.39% | - |
| HSV(B) | 14.3º | 0.98% | 0.77% | - |
| XYZ | 23.88 | 13.94 | 1.52 | - |
| YUV | 87.71 | 80.2 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 3 | 0 | 0.75 | 0.98 | 0.23 | 14.3 | 0.97 | 0.39 |
| Hex | C4 | 31 | 3 | 0 | 4B | 62 | 17 | E | 61 | 27 |
| Octal | 304 | 61 | 3 | 0 | 113 | 142 | 27 | 16 | 141 | 47 |
| Binary | 11000100 | 110001 | 11 | 0 | 1001011 | 1100010 | 10111 | 1110 | 1100001 | 100111 |
Color Harmonies of #C43103
Complementary color
Monochromatic Colors of #C43103
Black with #C43103
Text Example
Text Example
White with #C43103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43103; }
p { color: rgb(196,49,3); }
H1.HeaderClassName
{
color: #C43103;
}
.AnyTagClassName
{
color: #C43103;
}
</style>
background-color css
<style>
a { background-color: #C43103; }
a { background-color: rgb(196,49,3); }
div.DivClassName
{
background-color: #C43103;
}
.BgClassName
{
background-color: #C43103;
}
</style>
border-color css
<style>
span { border-color: #C43103; }
span { border-color: rgb(196,49,3); }
td.TdClassName
{
border-color: #C43103;
}
.TagClassName
{
border-color: #C43103;
}
</style>