Html Css Color HEX #CE3D0F Harley Davidson Orange
📋 copy color: '#CE3D0F'red 206 ◦ green 61 ◦ blue 15
Shades of Harley Davidson Orange #CE3D0F
Tints of Harley Davidson Orange #CE3D0F
RGB
CMYK
RGB Variations
Color information
#CE3D0F (or 0xCE3D0F) is known color: Harley Davidson Orange. HEX triplet: CE, 3D and 0F. RGB value is (206,61,15). Sum of RGB (Red+Green+Blue) = 206+61+15=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3D0F is #31C2F0. Grayscale: #636363. Windows color (decimal): -3261169 or 998862. OLE color: 998862.
HSL color Cylindrical-coordinate representation of color #CE3D0F: hue angle of 14.45º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE3D0F is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 61 | 15 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.19 |
| HSL | 14.45º | 0.86% | 0.43% | - |
| HSV(B) | 14.45º | 0.93% | 0.81% | - |
| XYZ | 27.21 | 16.49 | 2.2 | - |
| YUV | 99.11 | 80.54 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 15 | 0 | 0.70 | 0.93 | 0.19 | 14.45 | 0.86 | 0.43 |
| Hex | CE | 3D | F | 0 | 46 | 5D | 13 | E | 56 | 2B |
| Octal | 316 | 75 | 17 | 0 | 106 | 135 | 23 | 16 | 126 | 53 |
| Binary | 11001110 | 111101 | 1111 | 0 | 1000110 | 1011101 | 10011 | 1110 | 1010110 | 101011 |
Color Harmonies of #CE3D0F
Complementary color
Monochromatic Colors of #CE3D0F
Black with #CE3D0F
Text Example
Text Example
White with #CE3D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3D0F; }
p { color: rgb(206,61,15); }
H1.HeaderClassName
{
color: #CE3D0F;
}
.AnyTagClassName
{
color: #CE3D0F;
}
</style>
background-color css
<style>
a { background-color: #CE3D0F; }
a { background-color: rgb(206,61,15); }
div.DivClassName
{
background-color: #CE3D0F;
}
.BgClassName
{
background-color: #CE3D0F;
}
</style>
border-color css
<style>
span { border-color: #CE3D0F; }
span { border-color: rgb(206,61,15); }
td.TdClassName
{
border-color: #CE3D0F;
}
.TagClassName
{
border-color: #CE3D0F;
}
</style>