Html Css Color HEX #CE4220 Harley Davidson Orange
📋 copy color: '#CE4220'red 206 ◦ green 66 ◦ blue 32
Shades of Harley Davidson Orange #CE4220
Tints of Harley Davidson Orange #CE4220
RGB
CMYK
RGB Variations
Color information
#CE4220 (or 0xCE4220) is known color: Harley Davidson Orange. HEX triplet: CE, 42 and 20. RGB value is (206,66,32). Sum of RGB (Red+Green+Blue) = 206+66+32=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4220 is #31BDDF. Grayscale: #686868. Windows color (decimal): -3259872 or 2114254. OLE color: 2114254.
HSL color Cylindrical-coordinate representation of color #CE4220: hue angle of 11.72º degrees, saturation: 0.73, 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 #CE4220 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 32 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.19 |
| HSL | 11.72º | 0.73% | 0.47% | - |
| HSV(B) | 11.72º | 0.84% | 0.81% | - |
| XYZ | 27.66 | 17.12 | 3.21 | - |
| YUV | 103.98 | 87.38 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 32 | 0 | 0.68 | 0.84 | 0.19 | 11.72 | 0.73 | 0.47 |
| Hex | CE | 42 | 20 | 0 | 44 | 54 | 13 | C | 49 | 2F |
| Octal | 316 | 102 | 40 | 0 | 104 | 124 | 23 | 14 | 111 | 57 |
| Binary | 11001110 | 1000010 | 100000 | 0 | 1000100 | 1010100 | 10011 | 1100 | 1001001 | 101111 |
Color Harmonies of #CE4220
Complementary color
Monochromatic Colors of #CE4220
Black with #CE4220
Text Example
Text Example
White with #CE4220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4220; }
p { color: rgb(206,66,32); }
H1.HeaderClassName
{
color: #CE4220;
}
.AnyTagClassName
{
color: #CE4220;
}
</style>
background-color css
<style>
a { background-color: #CE4220; }
a { background-color: rgb(206,66,32); }
div.DivClassName
{
background-color: #CE4220;
}
.BgClassName
{
background-color: #CE4220;
}
</style>
border-color css
<style>
span { border-color: #CE4220; }
span { border-color: rgb(206,66,32); }
td.TdClassName
{
border-color: #CE4220;
}
.TagClassName
{
border-color: #CE4220;
}
</style>