Html Css Color HEX #C82414 Harley Davidson Orange
📋 copy color: '#C82414'red 200 ◦ green 36 ◦ blue 20
Shades of Harley Davidson Orange #C82414
Tints of Harley Davidson Orange #C82414
RGB
CMYK
RGB Variations
Color information
#C82414 (or 0xC82414) is known color: Harley Davidson Orange. HEX triplet: C8, 24 and 14. RGB value is (200,36,20). Sum of RGB (Red+Green+Blue) = 200+36+20=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C82414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82414 is #37DBEB. Grayscale: #535353. Windows color (decimal): -3660780 or 1320136. OLE color: 1320136.
HSL color Cylindrical-coordinate representation of color #C82414: hue angle of 5.33º degrees, saturation: 0.82, 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 #C82414 is Cyan = 0, Magento = 0.82, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 20 | - |
| CMYK | 0 | 0.82 | 0.9 | 0.22 |
| HSL | 5.33º | 0.82% | 0.43% | - |
| HSV(B) | 5.33º | 0.9% | 0.78% | - |
| XYZ | 24.58 | 13.59 | 1.99 | - |
| YUV | 83.21 | 92.33 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 20 | 0 | 0.82 | 0.9 | 0.22 | 5.33 | 0.82 | 0.43 |
| Hex | C8 | 24 | 14 | 0 | 52 | 5A | 16 | 5 | 52 | 2B |
| Octal | 310 | 44 | 24 | 0 | 122 | 132 | 26 | 5 | 122 | 53 |
| Binary | 11001000 | 100100 | 10100 | 0 | 1010010 | 1011010 | 10110 | 101 | 1010010 | 101011 |
Color Harmonies of #C82414
Complementary color
Monochromatic Colors of #C82414
Black with #C82414
Text Example
Text Example
White with #C82414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82414; }
p { color: rgb(200,36,20); }
H1.HeaderClassName
{
color: #C82414;
}
.AnyTagClassName
{
color: #C82414;
}
</style>
background-color css
<style>
a { background-color: #C82414; }
a { background-color: rgb(200,36,20); }
div.DivClassName
{
background-color: #C82414;
}
.BgClassName
{
background-color: #C82414;
}
</style>
border-color css
<style>
span { border-color: #C82414; }
span { border-color: rgb(200,36,20); }
td.TdClassName
{
border-color: #C82414;
}
.TagClassName
{
border-color: #C82414;
}
</style>