Html Css Color HEX #CE440D Harley Davidson Orange
📋 copy color: '#CE440D'red 206 ◦ green 68 ◦ blue 13
Shades of Harley Davidson Orange #CE440D
Tints of Harley Davidson Orange #CE440D
RGB
CMYK
RGB Variations
Color information
#CE440D (or 0xCE440D) is known color: Harley Davidson Orange. HEX triplet: CE, 44 and 0D. RGB value is (206,68,13). Sum of RGB (Red+Green+Blue) = 206+68+13=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE440D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE440D is #31BBF2. Grayscale: #676767. Windows color (decimal): -3259379 or 869582. OLE color: 869582.
HSL color Cylindrical-coordinate representation of color #CE440D: hue angle of 17.1º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE440D is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 68 | 13 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.19 |
| HSL | 17.1º | 0.88% | 0.43% | - |
| HSV(B) | 17.1º | 0.94% | 0.81% | - |
| XYZ | 27.59 | 17.29 | 2.26 | - |
| YUV | 102.99 | 77.22 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 68 | 13 | 0 | 0.67 | 0.94 | 0.19 | 17.1 | 0.88 | 0.43 |
| Hex | CE | 44 | D | 0 | 43 | 5E | 13 | 11 | 58 | 2B |
| Octal | 316 | 104 | 15 | 0 | 103 | 136 | 23 | 21 | 130 | 53 |
| Binary | 11001110 | 1000100 | 1101 | 0 | 1000011 | 1011110 | 10011 | 10001 | 1011000 | 101011 |
Color Harmonies of #CE440D
Complementary color
Monochromatic Colors of #CE440D
Black with #CE440D
Text Example
Text Example
White with #CE440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE440D; }
p { color: rgb(206,68,13); }
H1.HeaderClassName
{
color: #CE440D;
}
.AnyTagClassName
{
color: #CE440D;
}
</style>
background-color css
<style>
a { background-color: #CE440D; }
a { background-color: rgb(206,68,13); }
div.DivClassName
{
background-color: #CE440D;
}
.BgClassName
{
background-color: #CE440D;
}
</style>
border-color css
<style>
span { border-color: #CE440D; }
span { border-color: rgb(206,68,13); }
td.TdClassName
{
border-color: #CE440D;
}
.TagClassName
{
border-color: #CE440D;
}
</style>