Html Css Color HEX #C43313 Harley Davidson Orange
📋 copy color: '#C43313'red 196 ◦ green 51 ◦ blue 19
Shades of Harley Davidson Orange #C43313
Tints of Harley Davidson Orange #C43313
RGB
CMYK
RGB Variations
Color information
#C43313 (or 0xC43313) is known color: Harley Davidson Orange. HEX triplet: C4, 33 and 13. RGB value is (196,51,19). Sum of RGB (Red+Green+Blue) = 196+51+19=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C43313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43313 is #3BCCEC. Grayscale: #5A5A5A. Windows color (decimal): -3919085 or 1258436. OLE color: 1258436.
HSL color Cylindrical-coordinate representation of color #C43313: hue angle of 10.85º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C43313 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 51 | 19 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.23 |
| HSL | 10.85º | 0.82% | 0.42% | - |
| HSV(B) | 10.85º | 0.9% | 0.77% | - |
| XYZ | 24.07 | 14.15 | 2.08 | - |
| YUV | 90.71 | 87.54 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 19 | 0 | 0.74 | 0.90 | 0.23 | 10.85 | 0.82 | 0.42 |
| Hex | C4 | 33 | 13 | 0 | 4A | 5A | 17 | B | 52 | 2A |
| Octal | 304 | 63 | 23 | 0 | 112 | 132 | 27 | 13 | 122 | 52 |
| Binary | 11000100 | 110011 | 10011 | 0 | 1001010 | 1011010 | 10111 | 1011 | 1010010 | 101010 |
Color Harmonies of #C43313
Complementary color
Monochromatic Colors of #C43313
Black with #C43313
Text Example
Text Example
White with #C43313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43313; }
p { color: rgb(196,51,19); }
H1.HeaderClassName
{
color: #C43313;
}
.AnyTagClassName
{
color: #C43313;
}
</style>
background-color css
<style>
a { background-color: #C43313; }
a { background-color: rgb(196,51,19); }
div.DivClassName
{
background-color: #C43313;
}
.BgClassName
{
background-color: #C43313;
}
</style>
border-color css
<style>
span { border-color: #C43313; }
span { border-color: rgb(196,51,19); }
td.TdClassName
{
border-color: #C43313;
}
.TagClassName
{
border-color: #C43313;
}
</style>