Html Css Color HEX #CE4114 Harley Davidson Orange
📋 copy color: '#CE4114'red 206 ◦ green 65 ◦ blue 20
Shades of Harley Davidson Orange #CE4114
Tints of Harley Davidson Orange #CE4114
RGB
CMYK
RGB Variations
Color information
#CE4114 (or 0xCE4114) is known color: Harley Davidson Orange. HEX triplet: CE, 41 and 14. RGB value is (206,65,20). Sum of RGB (Red+Green+Blue) = 206+65+20=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4114 is #31BEEB. Grayscale: #666666. Windows color (decimal): -3260140 or 1327566. OLE color: 1327566.
HSL color Cylindrical-coordinate representation of color #CE4114: hue angle of 14.52º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE4114 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 20 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.19 |
| HSL | 14.52º | 0.82% | 0.44% | - |
| HSV(B) | 14.52º | 0.9% | 0.81% | - |
| XYZ | 27.47 | 16.95 | 2.49 | - |
| YUV | 102.03 | 81.71 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 20 | 0 | 0.68 | 0.90 | 0.19 | 14.52 | 0.82 | 0.44 |
| Hex | CE | 41 | 14 | 0 | 44 | 5A | 13 | F | 52 | 2C |
| Octal | 316 | 101 | 24 | 0 | 104 | 132 | 23 | 17 | 122 | 54 |
| Binary | 11001110 | 1000001 | 10100 | 0 | 1000100 | 1011010 | 10011 | 1111 | 1010010 | 101100 |
Color Harmonies of #CE4114
Complementary color
Monochromatic Colors of #CE4114
Black with #CE4114
Text Example
Text Example
White with #CE4114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4114; }
p { color: rgb(206,65,20); }
H1.HeaderClassName
{
color: #CE4114;
}
.AnyTagClassName
{
color: #CE4114;
}
</style>
background-color css
<style>
a { background-color: #CE4114; }
a { background-color: rgb(206,65,20); }
div.DivClassName
{
background-color: #CE4114;
}
.BgClassName
{
background-color: #CE4114;
}
</style>
border-color css
<style>
span { border-color: #CE4114; }
span { border-color: rgb(206,65,20); }
td.TdClassName
{
border-color: #CE4114;
}
.TagClassName
{
border-color: #CE4114;
}
</style>