Html Css Color HEX #C43307 Harley Davidson Orange
📋 copy color: '#C43307'red 196 ◦ green 51 ◦ blue 7
Shades of Harley Davidson Orange #C43307
Tints of Harley Davidson Orange #C43307
RGB
CMYK
RGB Variations
Color information
#C43307 (or 0xC43307) is known color: Harley Davidson Orange. HEX triplet: C4, 33 and 07. RGB value is (196,51,7). Sum of RGB (Red+Green+Blue) = 196+51+7=254 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.17% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 196 - color contains mainly: red. Hex color #C43307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43307 is #3BCCF8. Grayscale: #595959. Windows color (decimal): -3919097 or 472004. OLE color: 472004.
HSL color Cylindrical-coordinate representation of color #C43307: hue angle of 13.97º degrees, saturation: 0.93, 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 #C43307 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 51 | 7 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.23 |
| HSL | 13.97º | 0.93% | 0.4% | - |
| HSV(B) | 13.97º | 0.96% | 0.77% | - |
| XYZ | 23.99 | 14.12 | 1.66 | - |
| YUV | 89.34 | 81.54 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 7 | 0 | 0.74 | 0.96 | 0.23 | 13.97 | 0.93 | 0.4 |
| Hex | C4 | 33 | 7 | 0 | 4A | 60 | 17 | E | 5D | 28 |
| Octal | 304 | 63 | 7 | 0 | 112 | 140 | 27 | 16 | 135 | 50 |
| Binary | 11000100 | 110011 | 111 | 0 | 1001010 | 1100000 | 10111 | 1110 | 1011101 | 101000 |
Color Harmonies of #C43307
Complementary color
Monochromatic Colors of #C43307
Black with #C43307
Text Example
Text Example
White with #C43307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43307; }
p { color: rgb(196,51,7); }
H1.HeaderClassName
{
color: #C43307;
}
.AnyTagClassName
{
color: #C43307;
}
</style>
background-color css
<style>
a { background-color: #C43307; }
a { background-color: rgb(196,51,7); }
div.DivClassName
{
background-color: #C43307;
}
.BgClassName
{
background-color: #C43307;
}
</style>
border-color css
<style>
span { border-color: #C43307; }
span { border-color: rgb(196,51,7); }
td.TdClassName
{
border-color: #C43307;
}
.TagClassName
{
border-color: #C43307;
}
</style>