Html Css Color HEX #C83504 Harley Davidson Orange
📋 copy color: '#C83504'red 200 ◦ green 53 ◦ blue 4
Shades of Harley Davidson Orange #C83504
Tints of Harley Davidson Orange #C83504
RGB
CMYK
RGB Variations
Color information
#C83504 (or 0xC83504) is known color: Harley Davidson Orange. HEX triplet: C8, 35 and 04. RGB value is (200,53,4). Sum of RGB (Red+Green+Blue) = 200+53+4=257 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.82% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 200 - color contains mainly: red. Hex color #C83504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83504 is #37CAFB. Grayscale: #5B5B5B. Windows color (decimal): -3656444 or 275912. OLE color: 275912.
HSL color Cylindrical-coordinate representation of color #C83504: hue angle of 15º degrees, saturation: 0.96, 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 #C83504 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 4 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.22 |
| HSL | 15º | 0.96% | 0.4% | - |
| HSV(B) | 15º | 0.98% | 0.78% | - |
| XYZ | 25.11 | 14.83 | 1.65 | - |
| YUV | 91.37 | 78.7 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 4 | 0 | 0.74 | 0.98 | 0.22 | 15 | 0.96 | 0.4 |
| Hex | C8 | 35 | 4 | 0 | 4A | 62 | 16 | F | 60 | 28 |
| Octal | 310 | 65 | 4 | 0 | 112 | 142 | 26 | 17 | 140 | 50 |
| Binary | 11001000 | 110101 | 100 | 0 | 1001010 | 1100010 | 10110 | 1111 | 1100000 | 101000 |
Color Harmonies of #C83504
Complementary color
Monochromatic Colors of #C83504
Black with #C83504
Text Example
Text Example
White with #C83504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83504; }
p { color: rgb(200,53,4); }
H1.HeaderClassName
{
color: #C83504;
}
.AnyTagClassName
{
color: #C83504;
}
</style>
background-color css
<style>
a { background-color: #C83504; }
a { background-color: rgb(200,53,4); }
div.DivClassName
{
background-color: #C83504;
}
.BgClassName
{
background-color: #C83504;
}
</style>
border-color css
<style>
span { border-color: #C83504; }
span { border-color: rgb(200,53,4); }
td.TdClassName
{
border-color: #C83504;
}
.TagClassName
{
border-color: #C83504;
}
</style>