Html Css Color HEX #CE3405 Harley Davidson Orange
📋 copy color: '#CE3405'red 206 ◦ green 52 ◦ blue 5
Shades of Harley Davidson Orange #CE3405
Tints of Harley Davidson Orange #CE3405
RGB
CMYK
RGB Variations
Color information
#CE3405 (or 0xCE3405) is known color: Harley Davidson Orange. HEX triplet: CE, 34 and 05. RGB value is (206,52,5). Sum of RGB (Red+Green+Blue) = 206+52+5=263 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.33% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3405 is #31CBFA. Grayscale: #5D5D5D. Windows color (decimal): -3263483 or 341198. OLE color: 341198.
HSL color Cylindrical-coordinate representation of color #CE3405: hue angle of 14.03º 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 #CE3405 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 5 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.19 |
| HSL | 14.03º | 0.95% | 0.41% | - |
| HSV(B) | 14.03º | 0.98% | 0.81% | - |
| XYZ | 26.71 | 15.59 | 1.74 | - |
| YUV | 92.69 | 78.52 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 5 | 0 | 0.75 | 0.98 | 0.19 | 14.03 | 0.95 | 0.41 |
| Hex | CE | 34 | 5 | 0 | 4B | 62 | 13 | E | 5F | 29 |
| Octal | 316 | 64 | 5 | 0 | 113 | 142 | 23 | 16 | 137 | 51 |
| Binary | 11001110 | 110100 | 101 | 0 | 1001011 | 1100010 | 10011 | 1110 | 1011111 | 101001 |
Color Harmonies of #CE3405
Complementary color
Monochromatic Colors of #CE3405
Black with #CE3405
Text Example
Text Example
White with #CE3405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3405; }
p { color: rgb(206,52,5); }
H1.HeaderClassName
{
color: #CE3405;
}
.AnyTagClassName
{
color: #CE3405;
}
</style>
background-color css
<style>
a { background-color: #CE3405; }
a { background-color: rgb(206,52,5); }
div.DivClassName
{
background-color: #CE3405;
}
.BgClassName
{
background-color: #CE3405;
}
</style>
border-color css
<style>
span { border-color: #CE3405; }
span { border-color: rgb(206,52,5); }
td.TdClassName
{
border-color: #CE3405;
}
.TagClassName
{
border-color: #CE3405;
}
</style>