Html Css Color HEX #C43315 Harley Davidson Orange
📋 copy color: '#C43315'red 196 ◦ green 51 ◦ blue 21
Shades of Harley Davidson Orange #C43315
Tints of Harley Davidson Orange #C43315
RGB
CMYK
RGB Variations
Color information
#C43315 (or 0xC43315) is known color: Harley Davidson Orange. HEX triplet: C4, 33 and 15. RGB value is (196,51,21). Sum of RGB (Red+Green+Blue) = 196+51+21=268 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.13% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 196 - color contains mainly: red. Hex color #C43315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43315 is #3BCCEA. Grayscale: #5B5B5B. Windows color (decimal): -3919083 or 1389508. OLE color: 1389508.
HSL color Cylindrical-coordinate representation of color #C43315: hue angle of 10.29º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C43315 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 51 | 21 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.23 |
| HSL | 10.29º | 0.81% | 0.43% | - |
| HSV(B) | 10.29º | 0.89% | 0.77% | - |
| XYZ | 24.08 | 14.16 | 2.17 | - |
| YUV | 90.94 | 88.54 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 21 | 0 | 0.74 | 0.89 | 0.23 | 10.29 | 0.81 | 0.43 |
| Hex | C4 | 33 | 15 | 0 | 4A | 59 | 17 | A | 51 | 2B |
| Octal | 304 | 63 | 25 | 0 | 112 | 131 | 27 | 12 | 121 | 53 |
| Binary | 11000100 | 110011 | 10101 | 0 | 1001010 | 1011001 | 10111 | 1010 | 1010001 | 101011 |
Color Harmonies of #C43315
Complementary color
Monochromatic Colors of #C43315
Black with #C43315
Text Example
Text Example
White with #C43315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43315; }
p { color: rgb(196,51,21); }
H1.HeaderClassName
{
color: #C43315;
}
.AnyTagClassName
{
color: #C43315;
}
</style>
background-color css
<style>
a { background-color: #C43315; }
a { background-color: rgb(196,51,21); }
div.DivClassName
{
background-color: #C43315;
}
.BgClassName
{
background-color: #C43315;
}
</style>
border-color css
<style>
span { border-color: #C43315; }
span { border-color: rgb(196,51,21); }
td.TdClassName
{
border-color: #C43315;
}
.TagClassName
{
border-color: #C43315;
}
</style>