Html Css Color HEX #CE3905 Harley Davidson Orange
📋 copy color: '#CE3905'red 206 ◦ green 57 ◦ blue 5
Shades of Harley Davidson Orange #CE3905
Tints of Harley Davidson Orange #CE3905
RGB
CMYK
RGB Variations
Color information
#CE3905 (or 0xCE3905) is known color: Harley Davidson Orange. HEX triplet: CE, 39 and 05. RGB value is (206,57,5). Sum of RGB (Red+Green+Blue) = 206+57+5=268 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.87% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3905 is #31C6FA. Grayscale: #5F5F5F. Windows color (decimal): -3262203 or 342478. OLE color: 342478.
HSL color Cylindrical-coordinate representation of color #CE3905: hue angle of 15.52º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE3905 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 5 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.19 |
| HSL | 15.52º | 0.95% | 0.41% | - |
| HSV(B) | 15.52º | 0.98% | 0.81% | - |
| XYZ | 26.94 | 16.06 | 1.82 | - |
| YUV | 95.62 | 76.86 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 5 | 0 | 0.72 | 0.98 | 0.19 | 15.52 | 0.95 | 0.41 |
| Hex | CE | 39 | 5 | 0 | 48 | 62 | 13 | 10 | 5F | 29 |
| Octal | 316 | 71 | 5 | 0 | 110 | 142 | 23 | 20 | 137 | 51 |
| Binary | 11001110 | 111001 | 101 | 0 | 1001000 | 1100010 | 10011 | 10000 | 1011111 | 101001 |
Color Harmonies of #CE3905
Complementary color
Monochromatic Colors of #CE3905
Black with #CE3905
Text Example
Text Example
White with #CE3905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3905; }
p { color: rgb(206,57,5); }
H1.HeaderClassName
{
color: #CE3905;
}
.AnyTagClassName
{
color: #CE3905;
}
</style>
background-color css
<style>
a { background-color: #CE3905; }
a { background-color: rgb(206,57,5); }
div.DivClassName
{
background-color: #CE3905;
}
.BgClassName
{
background-color: #CE3905;
}
</style>
border-color css
<style>
span { border-color: #CE3905; }
span { border-color: rgb(206,57,5); }
td.TdClassName
{
border-color: #CE3905;
}
.TagClassName
{
border-color: #CE3905;
}
</style>