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