Html Css Color HEX #C43B0B Harley Davidson Orange
📋 copy color: '#C43B0B'red 196 ◦ green 59 ◦ blue 11
Shades of Harley Davidson Orange #C43B0B
Tints of Harley Davidson Orange #C43B0B
RGB
CMYK
RGB Variations
Color information
#C43B0B (or 0xC43B0B) is known color: Harley Davidson Orange. HEX triplet: C4, 3B and 0B. RGB value is (196,59,11). Sum of RGB (Red+Green+Blue) = 196+59+11=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C43B0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43B0B is #3BC4F4. Grayscale: #5E5E5E. Windows color (decimal): -3917045 or 736196. OLE color: 736196.
HSL color Cylindrical-coordinate representation of color #C43B0B: hue angle of 15.57º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C43B0B is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 59 | 11 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.23 |
| HSL | 15.57º | 0.89% | 0.41% | - |
| HSV(B) | 15.57º | 0.94% | 0.77% | - |
| XYZ | 24.39 | 14.89 | 1.9 | - |
| YUV | 94.49 | 80.89 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 11 | 0 | 0.70 | 0.94 | 0.23 | 15.57 | 0.89 | 0.41 |
| Hex | C4 | 3B | B | 0 | 46 | 5E | 17 | 10 | 59 | 29 |
| Octal | 304 | 73 | 13 | 0 | 106 | 136 | 27 | 20 | 131 | 51 |
| Binary | 11000100 | 111011 | 1011 | 0 | 1000110 | 1011110 | 10111 | 10000 | 1011001 | 101001 |
Color Harmonies of #C43B0B
Complementary color
Monochromatic Colors of #C43B0B
Black with #C43B0B
Text Example
Text Example
White with #C43B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43B0B; }
p { color: rgb(196,59,11); }
H1.HeaderClassName
{
color: #C43B0B;
}
.AnyTagClassName
{
color: #C43B0B;
}
</style>
background-color css
<style>
a { background-color: #C43B0B; }
a { background-color: rgb(196,59,11); }
div.DivClassName
{
background-color: #C43B0B;
}
.BgClassName
{
background-color: #C43B0B;
}
</style>
border-color css
<style>
span { border-color: #C43B0B; }
span { border-color: rgb(196,59,11); }
td.TdClassName
{
border-color: #C43B0B;
}
.TagClassName
{
border-color: #C43B0B;
}
</style>