Html Css Color HEX #C43305 Harley Davidson Orange
📋 copy color: '#C43305'red 196 ◦ green 51 ◦ blue 5
Shades of Harley Davidson Orange #C43305
Tints of Harley Davidson Orange #C43305
RGB
CMYK
RGB Variations
Color information
#C43305 (or 0xC43305) is known color: Harley Davidson Orange. HEX triplet: C4, 33 and 05. RGB value is (196,51,5). Sum of RGB (Red+Green+Blue) = 196+51+5=252 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.78% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 196 - color contains mainly: red. Hex color #C43305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43305 is #3BCCFA. Grayscale: #595959. Windows color (decimal): -3919099 or 340932. OLE color: 340932.
HSL color Cylindrical-coordinate representation of color #C43305: hue angle of 14.45º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C43305 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 51 | 5 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.23 |
| HSL | 14.45º | 0.95% | 0.39% | - |
| HSV(B) | 14.45º | 0.97% | 0.77% | - |
| XYZ | 23.98 | 14.11 | 1.6 | - |
| YUV | 89.11 | 80.54 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 5 | 0 | 0.74 | 0.97 | 0.23 | 14.45 | 0.95 | 0.39 |
| Hex | C4 | 33 | 5 | 0 | 4A | 61 | 17 | E | 5F | 27 |
| Octal | 304 | 63 | 5 | 0 | 112 | 141 | 27 | 16 | 137 | 47 |
| Binary | 11000100 | 110011 | 101 | 0 | 1001010 | 1100001 | 10111 | 1110 | 1011111 | 100111 |
Color Harmonies of #C43305
Complementary color
Monochromatic Colors of #C43305
Black with #C43305
Text Example
Text Example
White with #C43305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43305; }
p { color: rgb(196,51,5); }
H1.HeaderClassName
{
color: #C43305;
}
.AnyTagClassName
{
color: #C43305;
}
</style>
background-color css
<style>
a { background-color: #C43305; }
a { background-color: rgb(196,51,5); }
div.DivClassName
{
background-color: #C43305;
}
.BgClassName
{
background-color: #C43305;
}
</style>
border-color css
<style>
span { border-color: #C43305; }
span { border-color: rgb(196,51,5); }
td.TdClassName
{
border-color: #C43305;
}
.TagClassName
{
border-color: #C43305;
}
</style>