Html Css Color HEX #CE3F05 Harley Davidson Orange
📋 copy color: '#CE3F05'red 206 ◦ green 63 ◦ blue 5
Shades of Harley Davidson Orange #CE3F05
Tints of Harley Davidson Orange #CE3F05
RGB
CMYK
RGB Variations
Color information
#CE3F05 (or 0xCE3F05) is known color: Harley Davidson Orange. HEX triplet: CE, 3F and 05. RGB value is (206,63,5). Sum of RGB (Red+Green+Blue) = 206+63+5=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3F05 is #31C0FA. Grayscale: #636363. Windows color (decimal): -3260667 or 344014. OLE color: 344014.
HSL color Cylindrical-coordinate representation of color #CE3F05: hue angle of 17.31º 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 #CE3F05 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 5 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.19 |
| HSL | 17.31º | 0.95% | 0.41% | - |
| HSV(B) | 17.31º | 0.98% | 0.81% | - |
| XYZ | 27.26 | 16.69 | 1.93 | - |
| YUV | 99.15 | 74.88 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 5 | 0 | 0.69 | 0.98 | 0.19 | 17.31 | 0.95 | 0.41 |
| Hex | CE | 3F | 5 | 0 | 45 | 62 | 13 | 11 | 5F | 29 |
| Octal | 316 | 77 | 5 | 0 | 105 | 142 | 23 | 21 | 137 | 51 |
| Binary | 11001110 | 111111 | 101 | 0 | 1000101 | 1100010 | 10011 | 10001 | 1011111 | 101001 |
Color Harmonies of #CE3F05
Complementary color
Monochromatic Colors of #CE3F05
Black with #CE3F05
Text Example
Text Example
White with #CE3F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F05; }
p { color: rgb(206,63,5); }
H1.HeaderClassName
{
color: #CE3F05;
}
.AnyTagClassName
{
color: #CE3F05;
}
</style>
background-color css
<style>
a { background-color: #CE3F05; }
a { background-color: rgb(206,63,5); }
div.DivClassName
{
background-color: #CE3F05;
}
.BgClassName
{
background-color: #CE3F05;
}
</style>
border-color css
<style>
span { border-color: #CE3F05; }
span { border-color: rgb(206,63,5); }
td.TdClassName
{
border-color: #CE3F05;
}
.TagClassName
{
border-color: #CE3F05;
}
</style>