Html Css Color HEX #C83515 Harley Davidson Orange
📋 copy color: '#C83515'red 200 ◦ green 53 ◦ blue 21
Shades of Harley Davidson Orange #C83515
Tints of Harley Davidson Orange #C83515
RGB
CMYK
RGB Variations
Color information
#C83515 (or 0xC83515) is known color: Harley Davidson Orange. HEX triplet: C8, 35 and 15. RGB value is (200,53,21). Sum of RGB (Red+Green+Blue) = 200+53+21=274 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.99% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 200 - color contains mainly: red. Hex color #C83515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83515 is #37CAEA. Grayscale: #5D5D5D. Windows color (decimal): -3656427 or 1390024. OLE color: 1390024.
HSL color Cylindrical-coordinate representation of color #C83515: hue angle of 10.73º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C83515 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 21 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.22 |
| HSL | 10.73º | 0.81% | 0.43% | - |
| HSV(B) | 10.73º | 0.9% | 0.78% | - |
| XYZ | 25.23 | 14.88 | 2.25 | - |
| YUV | 93.31 | 87.2 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 21 | 0 | 0.74 | 0.90 | 0.22 | 10.73 | 0.81 | 0.43 |
| Hex | C8 | 35 | 15 | 0 | 4A | 5A | 16 | B | 51 | 2B |
| Octal | 310 | 65 | 25 | 0 | 112 | 132 | 26 | 13 | 121 | 53 |
| Binary | 11001000 | 110101 | 10101 | 0 | 1001010 | 1011010 | 10110 | 1011 | 1010001 | 101011 |
Color Harmonies of #C83515
Complementary color
Monochromatic Colors of #C83515
Black with #C83515
Text Example
Text Example
White with #C83515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83515; }
p { color: rgb(200,53,21); }
H1.HeaderClassName
{
color: #C83515;
}
.AnyTagClassName
{
color: #C83515;
}
</style>
background-color css
<style>
a { background-color: #C83515; }
a { background-color: rgb(200,53,21); }
div.DivClassName
{
background-color: #C83515;
}
.BgClassName
{
background-color: #C83515;
}
</style>
border-color css
<style>
span { border-color: #C83515; }
span { border-color: rgb(200,53,21); }
td.TdClassName
{
border-color: #C83515;
}
.TagClassName
{
border-color: #C83515;
}
</style>