Html Css Color HEX #CE211C Harley Davidson Orange
📋 copy color: '#CE211C'red 206 ◦ green 33 ◦ blue 28
Shades of Harley Davidson Orange #CE211C
Tints of Harley Davidson Orange #CE211C
RGB
CMYK
RGB Variations
Color information
#CE211C (or 0xCE211C) is known color: Harley Davidson Orange. HEX triplet: CE, 21 and 1C. RGB value is (206,33,28). Sum of RGB (Red+Green+Blue) = 206+33+28=267 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.15% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 206 - color contains mainly: red. Hex color #CE211C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE211C is #31DEE3. Grayscale: #545454. Windows color (decimal): -3268324 or 1843662. OLE color: 1843662.
HSL color Cylindrical-coordinate representation of color #CE211C: hue angle of 1.69º degrees, saturation: 0.76, 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 #CE211C is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 28 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.19 |
| HSL | 1.69º | 0.76% | 0.46% | - |
| HSV(B) | 1.69º | 0.86% | 0.81% | - |
| XYZ | 26.21 | 14.29 | 2.48 | - |
| YUV | 84.16 | 96.31 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 28 | 0 | 0.84 | 0.86 | 0.19 | 1.69 | 0.76 | 0.46 |
| Hex | CE | 21 | 1C | 0 | 54 | 56 | 13 | 2 | 4C | 2E |
| Octal | 316 | 41 | 34 | 0 | 124 | 126 | 23 | 2 | 114 | 56 |
| Binary | 11001110 | 100001 | 11100 | 0 | 1010100 | 1010110 | 10011 | 10 | 1001100 | 101110 |
Color Harmonies of #CE211C
Complementary color
Monochromatic Colors of #CE211C
Black with #CE211C
Text Example
Text Example
White with #CE211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE211C; }
p { color: rgb(206,33,28); }
H1.HeaderClassName
{
color: #CE211C;
}
.AnyTagClassName
{
color: #CE211C;
}
</style>
background-color css
<style>
a { background-color: #CE211C; }
a { background-color: rgb(206,33,28); }
div.DivClassName
{
background-color: #CE211C;
}
.BgClassName
{
background-color: #CE211C;
}
</style>
border-color css
<style>
span { border-color: #CE211C; }
span { border-color: rgb(206,33,28); }
td.TdClassName
{
border-color: #CE211C;
}
.TagClassName
{
border-color: #CE211C;
}
</style>