Html Css Color HEX #CE3021 Harley Davidson Orange
📋 copy color: '#CE3021'red 206 ◦ green 48 ◦ blue 33
Shades of Harley Davidson Orange #CE3021
Tints of Harley Davidson Orange #CE3021
RGB
CMYK
RGB Variations
Color information
#CE3021 (or 0xCE3021) is known color: Harley Davidson Orange. HEX triplet: CE, 30 and 21. RGB value is (206,48,33). Sum of RGB (Red+Green+Blue) = 206+48+33=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3021 is #31CFDE. Grayscale: #5D5D5D. Windows color (decimal): -3264479 or 2175182. OLE color: 2175182.
HSL color Cylindrical-coordinate representation of color #CE3021: hue angle of 5.2º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE3021 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 33 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.19 |
| HSL | 5.2º | 0.72% | 0.47% | - |
| HSV(B) | 5.2º | 0.84% | 0.81% | - |
| XYZ | 26.79 | 15.35 | 2.99 | - |
| YUV | 93.53 | 93.85 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 33 | 0 | 0.77 | 0.84 | 0.19 | 5.2 | 0.72 | 0.47 |
| Hex | CE | 30 | 21 | 0 | 4D | 54 | 13 | 5 | 48 | 2F |
| Octal | 316 | 60 | 41 | 0 | 115 | 124 | 23 | 5 | 110 | 57 |
| Binary | 11001110 | 110000 | 100001 | 0 | 1001101 | 1010100 | 10011 | 101 | 1001000 | 101111 |
Color Harmonies of #CE3021
Complementary color
Monochromatic Colors of #CE3021
Black with #CE3021
Text Example
Text Example
White with #CE3021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3021; }
p { color: rgb(206,48,33); }
H1.HeaderClassName
{
color: #CE3021;
}
.AnyTagClassName
{
color: #CE3021;
}
</style>
background-color css
<style>
a { background-color: #CE3021; }
a { background-color: rgb(206,48,33); }
div.DivClassName
{
background-color: #CE3021;
}
.BgClassName
{
background-color: #CE3021;
}
</style>
border-color css
<style>
span { border-color: #CE3021; }
span { border-color: rgb(206,48,33); }
td.TdClassName
{
border-color: #CE3021;
}
.TagClassName
{
border-color: #CE3021;
}
</style>