Html Css Color HEX #CE211D Harley Davidson Orange
📋 copy color: '#CE211D'red 206 ◦ green 33 ◦ blue 29
Shades of Harley Davidson Orange #CE211D
Tints of Harley Davidson Orange #CE211D
RGB
CMYK
RGB Variations
Color information
#CE211D (or 0xCE211D) is known color: Harley Davidson Orange. HEX triplet: CE, 21 and 1D. RGB value is (206,33,29). Sum of RGB (Red+Green+Blue) = 206+33+29=268 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.87% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 206 - color contains mainly: red. Hex color #CE211D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE211D is #31DEE2. Grayscale: #545454. Windows color (decimal): -3268323 or 1909198. OLE color: 1909198.
HSL color Cylindrical-coordinate representation of color #CE211D: hue angle of 1.36º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE211D is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 29 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.19 |
| HSL | 1.36º | 0.75% | 0.46% | - |
| HSV(B) | 1.36º | 0.86% | 0.81% | - |
| XYZ | 26.22 | 14.3 | 2.54 | - |
| YUV | 84.27 | 96.81 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 29 | 0 | 0.84 | 0.86 | 0.19 | 1.36 | 0.75 | 0.46 |
| Hex | CE | 21 | 1D | 0 | 54 | 56 | 13 | 1 | 4B | 2E |
| Octal | 316 | 41 | 35 | 0 | 124 | 126 | 23 | 1 | 113 | 56 |
| Binary | 11001110 | 100001 | 11101 | 0 | 1010100 | 1010110 | 10011 | 1 | 1001011 | 101110 |
Color Harmonies of #CE211D
Complementary color
Monochromatic Colors of #CE211D
Black with #CE211D
Text Example
Text Example
White with #CE211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE211D; }
p { color: rgb(206,33,29); }
H1.HeaderClassName
{
color: #CE211D;
}
.AnyTagClassName
{
color: #CE211D;
}
</style>
background-color css
<style>
a { background-color: #CE211D; }
a { background-color: rgb(206,33,29); }
div.DivClassName
{
background-color: #CE211D;
}
.BgClassName
{
background-color: #CE211D;
}
</style>
border-color css
<style>
span { border-color: #CE211D; }
span { border-color: rgb(206,33,29); }
td.TdClassName
{
border-color: #CE211D;
}
.TagClassName
{
border-color: #CE211D;
}
</style>