Html Css Color HEX #CE3613 Harley Davidson Orange
📋 copy color: '#CE3613'red 206 ◦ green 54 ◦ blue 19
Shades of Harley Davidson Orange #CE3613
Tints of Harley Davidson Orange #CE3613
RGB
CMYK
RGB Variations
Color information
#CE3613 (or 0xCE3613) is known color: Harley Davidson Orange. HEX triplet: CE, 36 and 13. RGB value is (206,54,19). Sum of RGB (Red+Green+Blue) = 206+54+19=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3613 is #31C9EC. Grayscale: #5F5F5F. Windows color (decimal): -3262957 or 1259214. OLE color: 1259214.
HSL color Cylindrical-coordinate representation of color #CE3613: hue angle of 11.23º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE3613 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 19 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.19 |
| HSL | 11.23º | 0.83% | 0.44% | - |
| HSV(B) | 11.23º | 0.91% | 0.81% | - |
| XYZ | 26.89 | 15.81 | 2.25 | - |
| YUV | 95.46 | 84.86 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 19 | 0 | 0.74 | 0.91 | 0.19 | 11.23 | 0.83 | 0.44 |
| Hex | CE | 36 | 13 | 0 | 4A | 5B | 13 | B | 53 | 2C |
| Octal | 316 | 66 | 23 | 0 | 112 | 133 | 23 | 13 | 123 | 54 |
| Binary | 11001110 | 110110 | 10011 | 0 | 1001010 | 1011011 | 10011 | 1011 | 1010011 | 101100 |
Color Harmonies of #CE3613
Complementary color
Monochromatic Colors of #CE3613
Black with #CE3613
Text Example
Text Example
White with #CE3613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3613; }
p { color: rgb(206,54,19); }
H1.HeaderClassName
{
color: #CE3613;
}
.AnyTagClassName
{
color: #CE3613;
}
</style>
background-color css
<style>
a { background-color: #CE3613; }
a { background-color: rgb(206,54,19); }
div.DivClassName
{
background-color: #CE3613;
}
.BgClassName
{
background-color: #CE3613;
}
</style>
border-color css
<style>
span { border-color: #CE3613; }
span { border-color: rgb(206,54,19); }
td.TdClassName
{
border-color: #CE3613;
}
.TagClassName
{
border-color: #CE3613;
}
</style>