Html Css Color HEX #C82213 Harley Davidson Orange
📋 copy color: '#C82213'red 200 ◦ green 34 ◦ blue 19
Shades of Harley Davidson Orange #C82213
Tints of Harley Davidson Orange #C82213
RGB
CMYK
RGB Variations
Color information
#C82213 (or 0xC82213) is known color: Harley Davidson Orange. HEX triplet: C8, 22 and 13. RGB value is (200,34,19). Sum of RGB (Red+Green+Blue) = 200+34+19=253 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.05% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 200 - color contains mainly: red. Hex color #C82213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82213 is #37DDEC. Grayscale: #525252. Windows color (decimal): -3661293 or 1254088. OLE color: 1254088.
HSL color Cylindrical-coordinate representation of color #C82213: hue angle of 4.97º degrees, saturation: 0.83, 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 #C82213 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 19 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.22 |
| HSL | 4.97º | 0.83% | 0.43% | - |
| HSV(B) | 4.97º | 0.91% | 0.78% | - |
| XYZ | 24.51 | 13.47 | 1.92 | - |
| YUV | 81.92 | 92.5 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 19 | 0 | 0.83 | 0.90 | 0.22 | 4.97 | 0.83 | 0.43 |
| Hex | C8 | 22 | 13 | 0 | 53 | 5A | 16 | 5 | 53 | 2B |
| Octal | 310 | 42 | 23 | 0 | 123 | 132 | 26 | 5 | 123 | 53 |
| Binary | 11001000 | 100010 | 10011 | 0 | 1010011 | 1011010 | 10110 | 101 | 1010011 | 101011 |
Color Harmonies of #C82213
Complementary color
Monochromatic Colors of #C82213
Black with #C82213
Text Example
Text Example
White with #C82213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82213; }
p { color: rgb(200,34,19); }
H1.HeaderClassName
{
color: #C82213;
}
.AnyTagClassName
{
color: #C82213;
}
</style>
background-color css
<style>
a { background-color: #C82213; }
a { background-color: rgb(200,34,19); }
div.DivClassName
{
background-color: #C82213;
}
.BgClassName
{
background-color: #C82213;
}
</style>
border-color css
<style>
span { border-color: #C82213; }
span { border-color: rgb(200,34,19); }
td.TdClassName
{
border-color: #C82213;
}
.TagClassName
{
border-color: #C82213;
}
</style>