Html Css Color HEX #C82512 Harley Davidson Orange
📋 copy color: '#C82512'red 200 ◦ green 37 ◦ blue 18
Shades of Harley Davidson Orange #C82512
Tints of Harley Davidson Orange #C82512
RGB
CMYK
RGB Variations
Color information
#C82512 (or 0xC82512) is known color: Harley Davidson Orange. HEX triplet: C8, 25 and 12. RGB value is (200,37,18). Sum of RGB (Red+Green+Blue) = 200+37+18=255 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.43% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 200 - color contains mainly: red. Hex color #C82512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82512 is #37DAED. Grayscale: #535353. Windows color (decimal): -3660526 or 1189320. OLE color: 1189320.
HSL color Cylindrical-coordinate representation of color #C82512: hue angle of 6.26º 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 #C82512 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 18 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.22 |
| HSL | 6.26º | 0.83% | 0.43% | - |
| HSV(B) | 6.26º | 0.91% | 0.78% | - |
| XYZ | 24.59 | 13.65 | 1.91 | - |
| YUV | 83.57 | 91 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 18 | 0 | 0.82 | 0.91 | 0.22 | 6.26 | 0.83 | 0.43 |
| Hex | C8 | 25 | 12 | 0 | 52 | 5B | 16 | 6 | 53 | 2B |
| Octal | 310 | 45 | 22 | 0 | 122 | 133 | 26 | 6 | 123 | 53 |
| Binary | 11001000 | 100101 | 10010 | 0 | 1010010 | 1011011 | 10110 | 110 | 1010011 | 101011 |
Color Harmonies of #C82512
Complementary color
Monochromatic Colors of #C82512
Black with #C82512
Text Example
Text Example
White with #C82512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82512; }
p { color: rgb(200,37,18); }
H1.HeaderClassName
{
color: #C82512;
}
.AnyTagClassName
{
color: #C82512;
}
</style>
background-color css
<style>
a { background-color: #C82512; }
a { background-color: rgb(200,37,18); }
div.DivClassName
{
background-color: #C82512;
}
.BgClassName
{
background-color: #C82512;
}
</style>
border-color css
<style>
span { border-color: #C82512; }
span { border-color: rgb(200,37,18); }
td.TdClassName
{
border-color: #C82512;
}
.TagClassName
{
border-color: #C82512;
}
</style>