Html Css Color HEX #C43A08 Harley Davidson Orange
📋 copy color: '#C43A08'red 196 ◦ green 58 ◦ blue 8
Shades of Harley Davidson Orange #C43A08
Tints of Harley Davidson Orange #C43A08
RGB
CMYK
RGB Variations
Color information
#C43A08 (or 0xC43A08) is known color: Harley Davidson Orange. HEX triplet: C4, 3A and 08. RGB value is (196,58,8). Sum of RGB (Red+Green+Blue) = 196+58+8=262 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.81% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43A08 is #3BC5F7. Grayscale: #5D5D5D. Windows color (decimal): -3917304 or 539332. OLE color: 539332.
HSL color Cylindrical-coordinate representation of color #C43A08: hue angle of 15.96º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C43A08 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 58 | 8 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.23 |
| HSL | 15.96º | 0.92% | 0.4% | - |
| HSV(B) | 15.96º | 0.96% | 0.77% | - |
| XYZ | 24.32 | 14.78 | 1.8 | - |
| YUV | 93.56 | 79.72 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 8 | 0 | 0.70 | 0.96 | 0.23 | 15.96 | 0.92 | 0.4 |
| Hex | C4 | 3A | 8 | 0 | 46 | 60 | 17 | 10 | 5C | 28 |
| Octal | 304 | 72 | 10 | 0 | 106 | 140 | 27 | 20 | 134 | 50 |
| Binary | 11000100 | 111010 | 1000 | 0 | 1000110 | 1100000 | 10111 | 10000 | 1011100 | 101000 |
Color Harmonies of #C43A08
Complementary color
Monochromatic Colors of #C43A08
Black with #C43A08
Text Example
Text Example
White with #C43A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43A08; }
p { color: rgb(196,58,8); }
H1.HeaderClassName
{
color: #C43A08;
}
.AnyTagClassName
{
color: #C43A08;
}
</style>
background-color css
<style>
a { background-color: #C43A08; }
a { background-color: rgb(196,58,8); }
div.DivClassName
{
background-color: #C43A08;
}
.BgClassName
{
background-color: #C43A08;
}
</style>
border-color css
<style>
span { border-color: #C43A08; }
span { border-color: rgb(196,58,8); }
td.TdClassName
{
border-color: #C43A08;
}
.TagClassName
{
border-color: #C43A08;
}
</style>