Html Css Color HEX #CE3C20 Harley Davidson Orange
📋 copy color: '#CE3C20'red 206 ◦ green 60 ◦ blue 32
Shades of Harley Davidson Orange #CE3C20
Tints of Harley Davidson Orange #CE3C20
RGB
CMYK
RGB Variations
Color information
#CE3C20 (or 0xCE3C20) is known color: Harley Davidson Orange. HEX triplet: CE, 3C and 20. RGB value is (206,60,32). Sum of RGB (Red+Green+Blue) = 206+60+32=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3C20 is #31C3DF. Grayscale: #646464. Windows color (decimal): -3261408 or 2112718. OLE color: 2112718.
HSL color Cylindrical-coordinate representation of color #CE3C20: hue angle of 9.66º 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 #CE3C20 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 32 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.19 |
| HSL | 9.66º | 0.73% | 0.47% | - |
| HSV(B) | 9.66º | 0.84% | 0.81% | - |
| XYZ | 27.33 | 16.46 | 3.1 | - |
| YUV | 100.46 | 89.37 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 32 | 0 | 0.71 | 0.84 | 0.19 | 9.66 | 0.73 | 0.47 |
| Hex | CE | 3C | 20 | 0 | 47 | 54 | 13 | A | 49 | 2F |
| Octal | 316 | 74 | 40 | 0 | 107 | 124 | 23 | 12 | 111 | 57 |
| Binary | 11001110 | 111100 | 100000 | 0 | 1000111 | 1010100 | 10011 | 1010 | 1001001 | 101111 |
Color Harmonies of #CE3C20
Complementary color
Monochromatic Colors of #CE3C20
Black with #CE3C20
Text Example
Text Example
White with #CE3C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3C20; }
p { color: rgb(206,60,32); }
H1.HeaderClassName
{
color: #CE3C20;
}
.AnyTagClassName
{
color: #CE3C20;
}
</style>
background-color css
<style>
a { background-color: #CE3C20; }
a { background-color: rgb(206,60,32); }
div.DivClassName
{
background-color: #CE3C20;
}
.BgClassName
{
background-color: #CE3C20;
}
</style>
border-color css
<style>
span { border-color: #CE3C20; }
span { border-color: rgb(206,60,32); }
td.TdClassName
{
border-color: #CE3C20;
}
.TagClassName
{
border-color: #CE3C20;
}
</style>