Html Css Color HEX #C82412 Harley Davidson Orange
📋 copy color: '#C82412'red 200 ◦ green 36 ◦ blue 18
Shades of Harley Davidson Orange #C82412
Tints of Harley Davidson Orange #C82412
RGB
CMYK
RGB Variations
Color information
#C82412 (or 0xC82412) is known color: Harley Davidson Orange. HEX triplet: C8, 24 and 12. RGB value is (200,36,18). Sum of RGB (Red+Green+Blue) = 200+36+18=254 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.74% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 200 - color contains mainly: red. Hex color #C82412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82412 is #37DBED. Grayscale: #535353. Windows color (decimal): -3660782 or 1189064. OLE color: 1189064.
HSL color Cylindrical-coordinate representation of color #C82412: hue angle of 5.93º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C82412 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 18 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.22 |
| HSL | 5.93º | 0.83% | 0.43% | - |
| HSV(B) | 5.93º | 0.91% | 0.78% | - |
| XYZ | 24.56 | 13.58 | 1.9 | - |
| YUV | 82.98 | 91.33 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 18 | 0 | 0.82 | 0.91 | 0.22 | 5.93 | 0.83 | 0.43 |
| Hex | C8 | 24 | 12 | 0 | 52 | 5B | 16 | 6 | 53 | 2B |
| Octal | 310 | 44 | 22 | 0 | 122 | 133 | 26 | 6 | 123 | 53 |
| Binary | 11001000 | 100100 | 10010 | 0 | 1010010 | 1011011 | 10110 | 110 | 1010011 | 101011 |
Color Harmonies of #C82412
Complementary color
Monochromatic Colors of #C82412
Black with #C82412
Text Example
Text Example
White with #C82412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82412; }
p { color: rgb(200,36,18); }
H1.HeaderClassName
{
color: #C82412;
}
.AnyTagClassName
{
color: #C82412;
}
</style>
background-color css
<style>
a { background-color: #C82412; }
a { background-color: rgb(200,36,18); }
div.DivClassName
{
background-color: #C82412;
}
.BgClassName
{
background-color: #C82412;
}
</style>
border-color css
<style>
span { border-color: #C82412; }
span { border-color: rgb(200,36,18); }
td.TdClassName
{
border-color: #C82412;
}
.TagClassName
{
border-color: #C82412;
}
</style>