Html Css Color HEX #CE3D20 Harley Davidson Orange
📋 copy color: '#CE3D20'red 206 ◦ green 61 ◦ blue 32
Shades of Harley Davidson Orange #CE3D20
Tints of Harley Davidson Orange #CE3D20
RGB
CMYK
RGB Variations
Color information
#CE3D20 (or 0xCE3D20) is known color: Harley Davidson Orange. HEX triplet: CE, 3D and 20. RGB value is (206,61,32). Sum of RGB (Red+Green+Blue) = 206+61+32=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3D20 is #31C2DF. Grayscale: #656565. Windows color (decimal): -3261152 or 2112974. OLE color: 2112974.
HSL color Cylindrical-coordinate representation of color #CE3D20: hue angle of 10º 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 #CE3D20 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 32 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.19 |
| HSL | 10º | 0.73% | 0.47% | - |
| HSV(B) | 10º | 0.84% | 0.81% | - |
| XYZ | 27.38 | 16.56 | 3.12 | - |
| YUV | 101.05 | 89.04 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 32 | 0 | 0.70 | 0.84 | 0.19 | 10 | 0.73 | 0.47 |
| Hex | CE | 3D | 20 | 0 | 46 | 54 | 13 | A | 49 | 2F |
| Octal | 316 | 75 | 40 | 0 | 106 | 124 | 23 | 12 | 111 | 57 |
| Binary | 11001110 | 111101 | 100000 | 0 | 1000110 | 1010100 | 10011 | 1010 | 1001001 | 101111 |
Color Harmonies of #CE3D20
Complementary color
Monochromatic Colors of #CE3D20
Black with #CE3D20
Text Example
Text Example
White with #CE3D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3D20; }
p { color: rgb(206,61,32); }
H1.HeaderClassName
{
color: #CE3D20;
}
.AnyTagClassName
{
color: #CE3D20;
}
</style>
background-color css
<style>
a { background-color: #CE3D20; }
a { background-color: rgb(206,61,32); }
div.DivClassName
{
background-color: #CE3D20;
}
.BgClassName
{
background-color: #CE3D20;
}
</style>
border-color css
<style>
span { border-color: #CE3D20; }
span { border-color: rgb(206,61,32); }
td.TdClassName
{
border-color: #CE3D20;
}
.TagClassName
{
border-color: #CE3D20;
}
</style>