Html Css Color HEX #C82612 Harley Davidson Orange
📋 copy color: '#C82612'red 200 ◦ green 38 ◦ blue 18
Shades of Harley Davidson Orange #C82612
Tints of Harley Davidson Orange #C82612
RGB
CMYK
RGB Variations
Color information
#C82612 (or 0xC82612) is known color: Harley Davidson Orange. HEX triplet: C8, 26 and 12. RGB value is (200,38,18). Sum of RGB (Red+Green+Blue) = 200+38+18=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C82612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82612 is #37D9ED. Grayscale: #545454. Windows color (decimal): -3660270 or 1189576. OLE color: 1189576.
HSL color Cylindrical-coordinate representation of color #C82612: hue angle of 6.59º 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 #C82612 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 18 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.22 |
| HSL | 6.59º | 0.83% | 0.43% | - |
| HSV(B) | 6.59º | 0.91% | 0.78% | - |
| XYZ | 24.62 | 13.71 | 1.92 | - |
| YUV | 84.16 | 90.67 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 18 | 0 | 0.81 | 0.91 | 0.22 | 6.59 | 0.83 | 0.43 |
| Hex | C8 | 26 | 12 | 0 | 51 | 5B | 16 | 7 | 53 | 2B |
| Octal | 310 | 46 | 22 | 0 | 121 | 133 | 26 | 7 | 123 | 53 |
| Binary | 11001000 | 100110 | 10010 | 0 | 1010001 | 1011011 | 10110 | 111 | 1010011 | 101011 |
Color Harmonies of #C82612
Complementary color
Monochromatic Colors of #C82612
Black with #C82612
Text Example
Text Example
White with #C82612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82612; }
p { color: rgb(200,38,18); }
H1.HeaderClassName
{
color: #C82612;
}
.AnyTagClassName
{
color: #C82612;
}
</style>
background-color css
<style>
a { background-color: #C82612; }
a { background-color: rgb(200,38,18); }
div.DivClassName
{
background-color: #C82612;
}
.BgClassName
{
background-color: #C82612;
}
</style>
border-color css
<style>
span { border-color: #C82612; }
span { border-color: rgb(200,38,18); }
td.TdClassName
{
border-color: #C82612;
}
.TagClassName
{
border-color: #C82612;
}
</style>