Html Css Color HEX #C83021 Harley Davidson Orange
📋 copy color: '#C83021'red 200 ◦ green 48 ◦ blue 33
Shades of Harley Davidson Orange #C83021
Tints of Harley Davidson Orange #C83021
RGB
CMYK
RGB Variations
Color information
#C83021 (or 0xC83021) is known color: Harley Davidson Orange. HEX triplet: C8, 30 and 21. RGB value is (200,48,33). Sum of RGB (Red+Green+Blue) = 200+48+33=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C83021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83021 is #37CFDE. Grayscale: #5B5B5B. Windows color (decimal): -3657695 or 2175176. OLE color: 2175176.
HSL color Cylindrical-coordinate representation of color #C83021: hue angle of 5.39º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C83021 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 33 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.22 |
| HSL | 5.39º | 0.72% | 0.46% | - |
| HSV(B) | 5.39º | 0.84% | 0.78% | - |
| XYZ | 25.15 | 14.5 | 2.91 | - |
| YUV | 91.74 | 94.86 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 33 | 0 | 0.76 | 0.84 | 0.22 | 5.39 | 0.72 | 0.46 |
| Hex | C8 | 30 | 21 | 0 | 4C | 54 | 16 | 5 | 48 | 2E |
| Octal | 310 | 60 | 41 | 0 | 114 | 124 | 26 | 5 | 110 | 56 |
| Binary | 11001000 | 110000 | 100001 | 0 | 1001100 | 1010100 | 10110 | 101 | 1001000 | 101110 |
Color Harmonies of #C83021
Complementary color
Monochromatic Colors of #C83021
Black with #C83021
Text Example
Text Example
White with #C83021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83021; }
p { color: rgb(200,48,33); }
H1.HeaderClassName
{
color: #C83021;
}
.AnyTagClassName
{
color: #C83021;
}
</style>
background-color css
<style>
a { background-color: #C83021; }
a { background-color: rgb(200,48,33); }
div.DivClassName
{
background-color: #C83021;
}
.BgClassName
{
background-color: #C83021;
}
</style>
border-color css
<style>
span { border-color: #C83021; }
span { border-color: rgb(200,48,33); }
td.TdClassName
{
border-color: #C83021;
}
.TagClassName
{
border-color: #C83021;
}
</style>