Html Css Color HEX #CE4221 Harley Davidson Orange
📋 copy color: '#CE4221'red 206 ◦ green 66 ◦ blue 33
Shades of Harley Davidson Orange #CE4221
Tints of Harley Davidson Orange #CE4221
RGB
CMYK
RGB Variations
Color information
#CE4221 (or 0xCE4221) is known color: Harley Davidson Orange. HEX triplet: CE, 42 and 21. RGB value is (206,66,33). Sum of RGB (Red+Green+Blue) = 206+66+33=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4221 is #31BDDE. Grayscale: #686868. Windows color (decimal): -3259871 or 2179790. OLE color: 2179790.
HSL color Cylindrical-coordinate representation of color #CE4221: hue angle of 11.45º 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 #CE4221 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 33 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.19 |
| HSL | 11.45º | 0.72% | 0.47% | - |
| HSV(B) | 11.45º | 0.84% | 0.81% | - |
| XYZ | 27.68 | 17.13 | 3.29 | - |
| YUV | 104.1 | 87.88 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 33 | 0 | 0.68 | 0.84 | 0.19 | 11.45 | 0.72 | 0.47 |
| Hex | CE | 42 | 21 | 0 | 44 | 54 | 13 | B | 48 | 2F |
| Octal | 316 | 102 | 41 | 0 | 104 | 124 | 23 | 13 | 110 | 57 |
| Binary | 11001110 | 1000010 | 100001 | 0 | 1000100 | 1010100 | 10011 | 1011 | 1001000 | 101111 |
Color Harmonies of #CE4221
Complementary color
Monochromatic Colors of #CE4221
Black with #CE4221
Text Example
Text Example
White with #CE4221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4221; }
p { color: rgb(206,66,33); }
H1.HeaderClassName
{
color: #CE4221;
}
.AnyTagClassName
{
color: #CE4221;
}
</style>
background-color css
<style>
a { background-color: #CE4221; }
a { background-color: rgb(206,66,33); }
div.DivClassName
{
background-color: #CE4221;
}
.BgClassName
{
background-color: #CE4221;
}
</style>
border-color css
<style>
span { border-color: #CE4221; }
span { border-color: rgb(206,66,33); }
td.TdClassName
{
border-color: #CE4221;
}
.TagClassName
{
border-color: #CE4221;
}
</style>