Html Css Color HEX #C43613 Harley Davidson Orange
📋 copy color: '#C43613'red 196 ◦ green 54 ◦ blue 19
Shades of Harley Davidson Orange #C43613
Tints of Harley Davidson Orange #C43613
RGB
CMYK
RGB Variations
Color information
#C43613 (or 0xC43613) is known color: Harley Davidson Orange. HEX triplet: C4, 36 and 13. RGB value is (196,54,19). Sum of RGB (Red+Green+Blue) = 196+54+19=269 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.86% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 196 - color contains mainly: red. Hex color #C43613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43613 is #3BC9EC. Grayscale: #5C5C5C. Windows color (decimal): -3918317 or 1259204. OLE color: 1259204.
HSL color Cylindrical-coordinate representation of color #C43613: hue angle of 11.86º 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 #C43613 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 54 | 19 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.23 |
| HSL | 11.86º | 0.82% | 0.42% | - |
| HSV(B) | 11.86º | 0.9% | 0.77% | - |
| XYZ | 24.2 | 14.42 | 2.12 | - |
| YUV | 92.47 | 86.54 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 54 | 19 | 0 | 0.72 | 0.90 | 0.23 | 11.86 | 0.82 | 0.42 |
| Hex | C4 | 36 | 13 | 0 | 48 | 5A | 17 | C | 52 | 2A |
| Octal | 304 | 66 | 23 | 0 | 110 | 132 | 27 | 14 | 122 | 52 |
| Binary | 11000100 | 110110 | 10011 | 0 | 1001000 | 1011010 | 10111 | 1100 | 1010010 | 101010 |
Color Harmonies of #C43613
Complementary color
Monochromatic Colors of #C43613
Black with #C43613
Text Example
Text Example
White with #C43613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43613; }
p { color: rgb(196,54,19); }
H1.HeaderClassName
{
color: #C43613;
}
.AnyTagClassName
{
color: #C43613;
}
</style>
background-color css
<style>
a { background-color: #C43613; }
a { background-color: rgb(196,54,19); }
div.DivClassName
{
background-color: #C43613;
}
.BgClassName
{
background-color: #C43613;
}
</style>
border-color css
<style>
span { border-color: #C43613; }
span { border-color: rgb(196,54,19); }
td.TdClassName
{
border-color: #C43613;
}
.TagClassName
{
border-color: #C43613;
}
</style>