Html Css Color HEX #CE3804 Harley Davidson Orange
📋 copy color: '#CE3804'red 206 ◦ green 56 ◦ blue 4
Shades of Harley Davidson Orange #CE3804
Tints of Harley Davidson Orange #CE3804
RGB
CMYK
RGB Variations
Color information
#CE3804 (or 0xCE3804) is known color: Harley Davidson Orange. HEX triplet: CE, 38 and 04. RGB value is (206,56,4). Sum of RGB (Red+Green+Blue) = 206+56+4=266 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.44% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3804 is #31C7FB. Grayscale: #5F5F5F. Windows color (decimal): -3262460 or 276686. OLE color: 276686.
HSL color Cylindrical-coordinate representation of color #CE3804: hue angle of 15.45º degrees, saturation: 0.96, 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 #CE3804 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 4 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.19 |
| HSL | 15.45º | 0.96% | 0.41% | - |
| HSV(B) | 15.45º | 0.98% | 0.81% | - |
| XYZ | 26.89 | 15.96 | 1.78 | - |
| YUV | 94.92 | 76.7 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 4 | 0 | 0.73 | 0.98 | 0.19 | 15.45 | 0.96 | 0.41 |
| Hex | CE | 38 | 4 | 0 | 49 | 62 | 13 | F | 60 | 29 |
| Octal | 316 | 70 | 4 | 0 | 111 | 142 | 23 | 17 | 140 | 51 |
| Binary | 11001110 | 111000 | 100 | 0 | 1001001 | 1100010 | 10011 | 1111 | 1100000 | 101001 |
Color Harmonies of #CE3804
Complementary color
Monochromatic Colors of #CE3804
Black with #CE3804
Text Example
Text Example
White with #CE3804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3804; }
p { color: rgb(206,56,4); }
H1.HeaderClassName
{
color: #CE3804;
}
.AnyTagClassName
{
color: #CE3804;
}
</style>
background-color css
<style>
a { background-color: #CE3804; }
a { background-color: rgb(206,56,4); }
div.DivClassName
{
background-color: #CE3804;
}
.BgClassName
{
background-color: #CE3804;
}
</style>
border-color css
<style>
span { border-color: #CE3804; }
span { border-color: rgb(206,56,4); }
td.TdClassName
{
border-color: #CE3804;
}
.TagClassName
{
border-color: #CE3804;
}
</style>