Html Css Color HEX #C83513 Harley Davidson Orange
📋 copy color: '#C83513'red 200 ◦ green 53 ◦ blue 19
Shades of Harley Davidson Orange #C83513
Tints of Harley Davidson Orange #C83513
RGB
CMYK
RGB Variations
Color information
#C83513 (or 0xC83513) is known color: Harley Davidson Orange. HEX triplet: C8, 35 and 13. RGB value is (200,53,19). Sum of RGB (Red+Green+Blue) = 200+53+19=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C83513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83513 is #37CAEC. Grayscale: #5D5D5D. Windows color (decimal): -3656429 or 1258952. OLE color: 1258952.
HSL color Cylindrical-coordinate representation of color #C83513: hue angle of 11.27º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C83513 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 19 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.22 |
| HSL | 11.27º | 0.83% | 0.43% | - |
| HSV(B) | 11.27º | 0.91% | 0.78% | - |
| XYZ | 25.21 | 14.87 | 2.16 | - |
| YUV | 93.08 | 86.2 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 19 | 0 | 0.74 | 0.90 | 0.22 | 11.27 | 0.83 | 0.43 |
| Hex | C8 | 35 | 13 | 0 | 4A | 5A | 16 | B | 53 | 2B |
| Octal | 310 | 65 | 23 | 0 | 112 | 132 | 26 | 13 | 123 | 53 |
| Binary | 11001000 | 110101 | 10011 | 0 | 1001010 | 1011010 | 10110 | 1011 | 1010011 | 101011 |
Color Harmonies of #C83513
Complementary color
Monochromatic Colors of #C83513
Black with #C83513
Text Example
Text Example
White with #C83513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83513; }
p { color: rgb(200,53,19); }
H1.HeaderClassName
{
color: #C83513;
}
.AnyTagClassName
{
color: #C83513;
}
</style>
background-color css
<style>
a { background-color: #C83513; }
a { background-color: rgb(200,53,19); }
div.DivClassName
{
background-color: #C83513;
}
.BgClassName
{
background-color: #C83513;
}
</style>
border-color css
<style>
span { border-color: #C83513; }
span { border-color: rgb(200,53,19); }
td.TdClassName
{
border-color: #C83513;
}
.TagClassName
{
border-color: #C83513;
}
</style>