Html Css Color HEX #CE3504 Harley Davidson Orange
📋 copy color: '#CE3504'red 206 ◦ green 53 ◦ blue 4
Shades of Harley Davidson Orange #CE3504
Tints of Harley Davidson Orange #CE3504
RGB
CMYK
RGB Variations
Color information
#CE3504 (or 0xCE3504) is known color: Harley Davidson Orange. HEX triplet: CE, 35 and 04. RGB value is (206,53,4). Sum of RGB (Red+Green+Blue) = 206+53+4=263 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.33% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3504 is #31CAFB. Grayscale: #5D5D5D. Windows color (decimal): -3263228 or 275918. OLE color: 275918.
HSL color Cylindrical-coordinate representation of color #CE3504: hue angle of 14.55º 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 #CE3504 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 4 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.19 |
| HSL | 14.55º | 0.96% | 0.41% | - |
| HSV(B) | 14.55º | 0.98% | 0.81% | - |
| XYZ | 26.75 | 15.68 | 1.73 | - |
| YUV | 93.16 | 77.69 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 4 | 0 | 0.74 | 0.98 | 0.19 | 14.55 | 0.96 | 0.41 |
| Hex | CE | 35 | 4 | 0 | 4A | 62 | 13 | F | 60 | 29 |
| Octal | 316 | 65 | 4 | 0 | 112 | 142 | 23 | 17 | 140 | 51 |
| Binary | 11001110 | 110101 | 100 | 0 | 1001010 | 1100010 | 10011 | 1111 | 1100000 | 101001 |
Color Harmonies of #CE3504
Complementary color
Monochromatic Colors of #CE3504
Black with #CE3504
Text Example
Text Example
White with #CE3504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3504; }
p { color: rgb(206,53,4); }
H1.HeaderClassName
{
color: #CE3504;
}
.AnyTagClassName
{
color: #CE3504;
}
</style>
background-color css
<style>
a { background-color: #CE3504; }
a { background-color: rgb(206,53,4); }
div.DivClassName
{
background-color: #CE3504;
}
.BgClassName
{
background-color: #CE3504;
}
</style>
border-color css
<style>
span { border-color: #CE3504; }
span { border-color: rgb(206,53,4); }
td.TdClassName
{
border-color: #CE3504;
}
.TagClassName
{
border-color: #CE3504;
}
</style>