Html Css Color HEX #CE221D Harley Davidson Orange
📋 copy color: '#CE221D'red 206 ◦ green 34 ◦ blue 29
Shades of Harley Davidson Orange #CE221D
Tints of Harley Davidson Orange #CE221D
RGB
CMYK
RGB Variations
Color information
#CE221D (or 0xCE221D) is known color: Harley Davidson Orange. HEX triplet: CE, 22 and 1D. RGB value is (206,34,29). Sum of RGB (Red+Green+Blue) = 206+34+29=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE221D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE221D is #31DDE2. Grayscale: #555555. Windows color (decimal): -3268067 or 1909454. OLE color: 1909454.
HSL color Cylindrical-coordinate representation of color #CE221D: hue angle of 1.69º 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 #CE221D is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 29 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.19 |
| HSL | 1.69º | 0.75% | 0.46% | - |
| HSV(B) | 1.69º | 0.86% | 0.81% | - |
| XYZ | 26.25 | 14.35 | 2.55 | - |
| YUV | 84.86 | 96.48 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 29 | 0 | 0.83 | 0.86 | 0.19 | 1.69 | 0.75 | 0.46 |
| Hex | CE | 22 | 1D | 0 | 53 | 56 | 13 | 2 | 4B | 2E |
| Octal | 316 | 42 | 35 | 0 | 123 | 126 | 23 | 2 | 113 | 56 |
| Binary | 11001110 | 100010 | 11101 | 0 | 1010011 | 1010110 | 10011 | 10 | 1001011 | 101110 |
Color Harmonies of #CE221D
Complementary color
Monochromatic Colors of #CE221D
Black with #CE221D
Text Example
Text Example
White with #CE221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE221D; }
p { color: rgb(206,34,29); }
H1.HeaderClassName
{
color: #CE221D;
}
.AnyTagClassName
{
color: #CE221D;
}
</style>
background-color css
<style>
a { background-color: #CE221D; }
a { background-color: rgb(206,34,29); }
div.DivClassName
{
background-color: #CE221D;
}
.BgClassName
{
background-color: #CE221D;
}
</style>
border-color css
<style>
span { border-color: #CE221D; }
span { border-color: rgb(206,34,29); }
td.TdClassName
{
border-color: #CE221D;
}
.TagClassName
{
border-color: #CE221D;
}
</style>