Html Css Color HEX #CE3409 Harley Davidson Orange
📋 copy color: '#CE3409'red 206 ◦ green 52 ◦ blue 9
Shades of Harley Davidson Orange #CE3409
Tints of Harley Davidson Orange #CE3409
RGB
CMYK
RGB Variations
Color information
#CE3409 (or 0xCE3409) is known color: Harley Davidson Orange. HEX triplet: CE, 34 and 09. RGB value is (206,52,9). Sum of RGB (Red+Green+Blue) = 206+52+9=267 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.15% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3409 is #31CBF6. Grayscale: #5D5D5D. Windows color (decimal): -3263479 or 603342. OLE color: 603342.
HSL color Cylindrical-coordinate representation of color #CE3409: hue angle of 13.1º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE3409 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 9 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.19 |
| HSL | 13.1º | 0.92% | 0.42% | - |
| HSV(B) | 13.1º | 0.96% | 0.81% | - |
| XYZ | 26.73 | 15.6 | 1.86 | - |
| YUV | 93.14 | 80.52 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 9 | 0 | 0.75 | 0.96 | 0.19 | 13.1 | 0.92 | 0.42 |
| Hex | CE | 34 | 9 | 0 | 4B | 60 | 13 | D | 5C | 2A |
| Octal | 316 | 64 | 11 | 0 | 113 | 140 | 23 | 15 | 134 | 52 |
| Binary | 11001110 | 110100 | 1001 | 0 | 1001011 | 1100000 | 10011 | 1101 | 1011100 | 101010 |
Color Harmonies of #CE3409
Complementary color
Monochromatic Colors of #CE3409
Black with #CE3409
Text Example
Text Example
White with #CE3409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3409; }
p { color: rgb(206,52,9); }
H1.HeaderClassName
{
color: #CE3409;
}
.AnyTagClassName
{
color: #CE3409;
}
</style>
background-color css
<style>
a { background-color: #CE3409; }
a { background-color: rgb(206,52,9); }
div.DivClassName
{
background-color: #CE3409;
}
.BgClassName
{
background-color: #CE3409;
}
</style>
border-color css
<style>
span { border-color: #CE3409; }
span { border-color: rgb(206,52,9); }
td.TdClassName
{
border-color: #CE3409;
}
.TagClassName
{
border-color: #CE3409;
}
</style>