Html Css Color HEX #C43A1C Harley Davidson Orange
📋 copy color: '#C43A1C'red 196 ◦ green 58 ◦ blue 28
Shades of Harley Davidson Orange #C43A1C
Tints of Harley Davidson Orange #C43A1C
RGB
CMYK
RGB Variations
Color information
#C43A1C (or 0xC43A1C) is known color: Harley Davidson Orange. HEX triplet: C4, 3A and 1C. RGB value is (196,58,28). Sum of RGB (Red+Green+Blue) = 196+58+28=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43A1C is #3BC5E3. Grayscale: #606060. Windows color (decimal): -3917284 or 1850052. OLE color: 1850052.
HSL color Cylindrical-coordinate representation of color #C43A1C: hue angle of 10.71º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C43A1C is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 58 | 28 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.23 |
| HSL | 10.71º | 0.75% | 0.44% | - |
| HSV(B) | 10.71º | 0.86% | 0.77% | - |
| XYZ | 24.49 | 14.85 | 2.67 | - |
| YUV | 95.84 | 89.72 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 28 | 0 | 0.70 | 0.86 | 0.23 | 10.71 | 0.75 | 0.44 |
| Hex | C4 | 3A | 1C | 0 | 46 | 56 | 17 | B | 4B | 2C |
| Octal | 304 | 72 | 34 | 0 | 106 | 126 | 27 | 13 | 113 | 54 |
| Binary | 11000100 | 111010 | 11100 | 0 | 1000110 | 1010110 | 10111 | 1011 | 1001011 | 101100 |
Color Harmonies of #C43A1C
Complementary color
Monochromatic Colors of #C43A1C
Black with #C43A1C
Text Example
Text Example
White with #C43A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43A1C; }
p { color: rgb(196,58,28); }
H1.HeaderClassName
{
color: #C43A1C;
}
.AnyTagClassName
{
color: #C43A1C;
}
</style>
background-color css
<style>
a { background-color: #C43A1C; }
a { background-color: rgb(196,58,28); }
div.DivClassName
{
background-color: #C43A1C;
}
.BgClassName
{
background-color: #C43A1C;
}
</style>
border-color css
<style>
span { border-color: #C43A1C; }
span { border-color: rgb(196,58,28); }
td.TdClassName
{
border-color: #C43A1C;
}
.TagClassName
{
border-color: #C43A1C;
}
</style>