Html Css Color HEX #C82004 Harley Davidson Orange
📋 copy color: '#C82004'red 200 ◦ green 32 ◦ blue 4
Shades of Harley Davidson Orange #C82004
Tints of Harley Davidson Orange #C82004
RGB
CMYK
RGB Variations
Color information
#C82004 (or 0xC82004) is known color: Harley Davidson Orange. HEX triplet: C8, 20 and 04. RGB value is (200,32,4). Sum of RGB (Red+Green+Blue) = 200+32+4=236 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.75% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 200 - color contains mainly: red. Hex color #C82004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82004 is #37DFFB. Grayscale: #4F4F4F. Windows color (decimal): -3661820 or 270536. OLE color: 270536.
HSL color Cylindrical-coordinate representation of color #C82004: hue angle of 8.57º 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 #C82004 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 4 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.22 |
| HSL | 8.57º | 0.96% | 0.4% | - |
| HSV(B) | 8.57º | 0.98% | 0.78% | - |
| XYZ | 24.36 | 13.32 | 1.4 | - |
| YUV | 79.04 | 85.66 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 4 | 0 | 0.84 | 0.98 | 0.22 | 8.57 | 0.96 | 0.4 |
| Hex | C8 | 20 | 4 | 0 | 54 | 62 | 16 | 9 | 60 | 28 |
| Octal | 310 | 40 | 4 | 0 | 124 | 142 | 26 | 11 | 140 | 50 |
| Binary | 11001000 | 100000 | 100 | 0 | 1010100 | 1100010 | 10110 | 1001 | 1100000 | 101000 |
Color Harmonies of #C82004
Complementary color
Monochromatic Colors of #C82004
Black with #C82004
Text Example
Text Example
White with #C82004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82004; }
p { color: rgb(200,32,4); }
H1.HeaderClassName
{
color: #C82004;
}
.AnyTagClassName
{
color: #C82004;
}
</style>
background-color css
<style>
a { background-color: #C82004; }
a { background-color: rgb(200,32,4); }
div.DivClassName
{
background-color: #C82004;
}
.BgClassName
{
background-color: #C82004;
}
</style>
border-color css
<style>
span { border-color: #C82004; }
span { border-color: rgb(200,32,4); }
td.TdClassName
{
border-color: #C82004;
}
.TagClassName
{
border-color: #C82004;
}
</style>