Html Css Color HEX #C82102 Harley Davidson Orange
📋 copy color: '#C82102'red 200 ◦ green 33 ◦ blue 2
Shades of Harley Davidson Orange #C82102
Tints of Harley Davidson Orange #C82102
RGB
CMYK
RGB Variations
Color information
#C82102 (or 0xC82102) is known color: Harley Davidson Orange. HEX triplet: C8, 21 and 02. RGB value is (200,33,2). Sum of RGB (Red+Green+Blue) = 200+33+2=235 (31% of max value = 765). Red value is 200 (78.52% from 255 or 85.11% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 200 - color contains mainly: red. Hex color #C82102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82102 is #37DEFD. Grayscale: #4F4F4F. Windows color (decimal): -3661566 or 139720. OLE color: 139720.
HSL color Cylindrical-coordinate representation of color #C82102: hue angle of 9.39º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C82102 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.22 |
| HSL | 9.39º | 0.98% | 0.4% | - |
| HSV(B) | 9.39º | 0.99% | 0.78% | - |
| XYZ | 24.37 | 13.37 | 1.35 | - |
| YUV | 79.4 | 84.33 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 2 | 0 | 0.84 | 0.99 | 0.22 | 9.39 | 0.98 | 0.4 |
| Hex | C8 | 21 | 2 | 0 | 54 | 63 | 16 | 9 | 62 | 28 |
| Octal | 310 | 41 | 2 | 0 | 124 | 143 | 26 | 11 | 142 | 50 |
| Binary | 11001000 | 100001 | 10 | 0 | 1010100 | 1100011 | 10110 | 1001 | 1100010 | 101000 |
Color Harmonies of #C82102
Complementary color
Monochromatic Colors of #C82102
Black with #C82102
Text Example
Text Example
White with #C82102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82102; }
p { color: rgb(200,33,2); }
H1.HeaderClassName
{
color: #C82102;
}
.AnyTagClassName
{
color: #C82102;
}
</style>
background-color css
<style>
a { background-color: #C82102; }
a { background-color: rgb(200,33,2); }
div.DivClassName
{
background-color: #C82102;
}
.BgClassName
{
background-color: #C82102;
}
</style>
border-color css
<style>
span { border-color: #C82102; }
span { border-color: rgb(200,33,2); }
td.TdClassName
{
border-color: #C82102;
}
.TagClassName
{
border-color: #C82102;
}
</style>