Html Css Color HEX #C43608 Harley Davidson Orange
📋 copy color: '#C43608'red 196 ◦ green 54 ◦ blue 8
Shades of Harley Davidson Orange #C43608
Tints of Harley Davidson Orange #C43608
RGB
CMYK
RGB Variations
Color information
#C43608 (or 0xC43608) is known color: Harley Davidson Orange. HEX triplet: C4, 36 and 08. RGB value is (196,54,8). Sum of RGB (Red+Green+Blue) = 196+54+8=258 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.97% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 196 - color contains mainly: red. Hex color #C43608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43608 is #3BC9F7. Grayscale: #5B5B5B. Windows color (decimal): -3918328 or 538308. OLE color: 538308.
HSL color Cylindrical-coordinate representation of color #C43608: hue angle of 14.68º 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 #C43608 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 54 | 8 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.23 |
| HSL | 14.68º | 0.92% | 0.4% | - |
| HSV(B) | 14.68º | 0.96% | 0.77% | - |
| XYZ | 24.13 | 14.39 | 1.74 | - |
| YUV | 91.21 | 81.04 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 54 | 8 | 0 | 0.72 | 0.96 | 0.23 | 14.68 | 0.92 | 0.4 |
| Hex | C4 | 36 | 8 | 0 | 48 | 60 | 17 | F | 5C | 28 |
| Octal | 304 | 66 | 10 | 0 | 110 | 140 | 27 | 17 | 134 | 50 |
| Binary | 11000100 | 110110 | 1000 | 0 | 1001000 | 1100000 | 10111 | 1111 | 1011100 | 101000 |
Color Harmonies of #C43608
Complementary color
Monochromatic Colors of #C43608
Black with #C43608
Text Example
Text Example
White with #C43608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43608; }
p { color: rgb(196,54,8); }
H1.HeaderClassName
{
color: #C43608;
}
.AnyTagClassName
{
color: #C43608;
}
</style>
background-color css
<style>
a { background-color: #C43608; }
a { background-color: rgb(196,54,8); }
div.DivClassName
{
background-color: #C43608;
}
.BgClassName
{
background-color: #C43608;
}
</style>
border-color css
<style>
span { border-color: #C43608; }
span { border-color: rgb(196,54,8); }
td.TdClassName
{
border-color: #C43608;
}
.TagClassName
{
border-color: #C43608;
}
</style>