Html Css Color HEX #C83505 Harley Davidson Orange
📋 copy color: '#C83505'red 200 ◦ green 53 ◦ blue 5
Shades of Harley Davidson Orange #C83505
Tints of Harley Davidson Orange #C83505
RGB
CMYK
RGB Variations
Color information
#C83505 (or 0xC83505) is known color: Harley Davidson Orange. HEX triplet: C8, 35 and 05. RGB value is (200,53,5). Sum of RGB (Red+Green+Blue) = 200+53+5=258 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.52% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 200 - color contains mainly: red. Hex color #C83505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83505 is #37CAFA. Grayscale: #5B5B5B. Windows color (decimal): -3656443 or 341448. OLE color: 341448.
HSL color Cylindrical-coordinate representation of color #C83505: hue angle of 14.77º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C83505 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 5 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.22 |
| HSL | 14.77º | 0.95% | 0.4% | - |
| HSV(B) | 14.77º | 0.98% | 0.78% | - |
| XYZ | 25.12 | 14.84 | 1.68 | - |
| YUV | 91.48 | 79.2 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 5 | 0 | 0.74 | 0.98 | 0.22 | 14.77 | 0.95 | 0.4 |
| Hex | C8 | 35 | 5 | 0 | 4A | 62 | 16 | F | 5F | 28 |
| Octal | 310 | 65 | 5 | 0 | 112 | 142 | 26 | 17 | 137 | 50 |
| Binary | 11001000 | 110101 | 101 | 0 | 1001010 | 1100010 | 10110 | 1111 | 1011111 | 101000 |
Color Harmonies of #C83505
Complementary color
Monochromatic Colors of #C83505
Black with #C83505
Text Example
Text Example
White with #C83505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83505; }
p { color: rgb(200,53,5); }
H1.HeaderClassName
{
color: #C83505;
}
.AnyTagClassName
{
color: #C83505;
}
</style>
background-color css
<style>
a { background-color: #C83505; }
a { background-color: rgb(200,53,5); }
div.DivClassName
{
background-color: #C83505;
}
.BgClassName
{
background-color: #C83505;
}
</style>
border-color css
<style>
span { border-color: #C83505; }
span { border-color: rgb(200,53,5); }
td.TdClassName
{
border-color: #C83505;
}
.TagClassName
{
border-color: #C83505;
}
</style>