Html Css Color HEX #CE3D15 Harley Davidson Orange
📋 copy color: '#CE3D15'red 206 ◦ green 61 ◦ blue 21
Shades of Harley Davidson Orange #CE3D15
Tints of Harley Davidson Orange #CE3D15
RGB
CMYK
RGB Variations
Color information
#CE3D15 (or 0xCE3D15) is known color: Harley Davidson Orange. HEX triplet: CE, 3D and 15. RGB value is (206,61,21). Sum of RGB (Red+Green+Blue) = 206+61+21=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3D15 is #31C2EA. Grayscale: #646464. Windows color (decimal): -3261163 or 1392078. OLE color: 1392078.
HSL color Cylindrical-coordinate representation of color #CE3D15: hue angle of 12.97º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE3D15 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 21 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.19 |
| HSL | 12.97º | 0.81% | 0.45% | - |
| HSV(B) | 12.97º | 0.9% | 0.81% | - |
| XYZ | 27.26 | 16.51 | 2.46 | - |
| YUV | 99.8 | 83.54 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 21 | 0 | 0.70 | 0.90 | 0.19 | 12.97 | 0.81 | 0.45 |
| Hex | CE | 3D | 15 | 0 | 46 | 5A | 13 | D | 51 | 2D |
| Octal | 316 | 75 | 25 | 0 | 106 | 132 | 23 | 15 | 121 | 55 |
| Binary | 11001110 | 111101 | 10101 | 0 | 1000110 | 1011010 | 10011 | 1101 | 1010001 | 101101 |
Color Harmonies of #CE3D15
Complementary color
Monochromatic Colors of #CE3D15
Black with #CE3D15
Text Example
Text Example
White with #CE3D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3D15; }
p { color: rgb(206,61,21); }
H1.HeaderClassName
{
color: #CE3D15;
}
.AnyTagClassName
{
color: #CE3D15;
}
</style>
background-color css
<style>
a { background-color: #CE3D15; }
a { background-color: rgb(206,61,21); }
div.DivClassName
{
background-color: #CE3D15;
}
.BgClassName
{
background-color: #CE3D15;
}
</style>
border-color css
<style>
span { border-color: #CE3D15; }
span { border-color: rgb(206,61,21); }
td.TdClassName
{
border-color: #CE3D15;
}
.TagClassName
{
border-color: #CE3D15;
}
</style>