Html Css Color HEX #C82504 Harley Davidson Orange
📋 copy color: '#C82504'red 200 ◦ green 37 ◦ blue 4
Shades of Harley Davidson Orange #C82504
Tints of Harley Davidson Orange #C82504
RGB
CMYK
RGB Variations
Color information
#C82504 (or 0xC82504) is known color: Harley Davidson Orange. HEX triplet: C8, 25 and 04. RGB value is (200,37,4). Sum of RGB (Red+Green+Blue) = 200+37+4=241 (31% of max value = 765). Red value is 200 (78.52% from 255 or 82.99% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 200 - color contains mainly: red. Hex color #C82504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82504 is #37DAFB. Grayscale: #525252. Windows color (decimal): -3660540 or 271816. OLE color: 271816.
HSL color Cylindrical-coordinate representation of color #C82504: hue angle of 10.1º 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 #C82504 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 4 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.22 |
| HSL | 10.1º | 0.96% | 0.4% | - |
| HSV(B) | 10.1º | 0.98% | 0.78% | - |
| XYZ | 24.5 | 13.61 | 1.45 | - |
| YUV | 81.98 | 84 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 4 | 0 | 0.82 | 0.98 | 0.22 | 10.1 | 0.96 | 0.4 |
| Hex | C8 | 25 | 4 | 0 | 52 | 62 | 16 | A | 60 | 28 |
| Octal | 310 | 45 | 4 | 0 | 122 | 142 | 26 | 12 | 140 | 50 |
| Binary | 11001000 | 100101 | 100 | 0 | 1010010 | 1100010 | 10110 | 1010 | 1100000 | 101000 |
Color Harmonies of #C82504
Complementary color
Monochromatic Colors of #C82504
Black with #C82504
Text Example
Text Example
White with #C82504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82504; }
p { color: rgb(200,37,4); }
H1.HeaderClassName
{
color: #C82504;
}
.AnyTagClassName
{
color: #C82504;
}
</style>
background-color css
<style>
a { background-color: #C82504; }
a { background-color: rgb(200,37,4); }
div.DivClassName
{
background-color: #C82504;
}
.BgClassName
{
background-color: #C82504;
}
</style>
border-color css
<style>
span { border-color: #C82504; }
span { border-color: rgb(200,37,4); }
td.TdClassName
{
border-color: #C82504;
}
.TagClassName
{
border-color: #C82504;
}
</style>