Html Css Color HEX #CE200D Harley Davidson Orange
📋 copy color: '#CE200D'red 206 ◦ green 32 ◦ blue 13
Shades of Harley Davidson Orange #CE200D
Tints of Harley Davidson Orange #CE200D
RGB
CMYK
RGB Variations
Color information
#CE200D (or 0xCE200D) is known color: Harley Davidson Orange. HEX triplet: CE, 20 and 0D. RGB value is (206,32,13). Sum of RGB (Red+Green+Blue) = 206+32+13=251 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.07% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 206 - color contains mainly: red. Hex color #CE200D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE200D is #31DFF2. Grayscale: #525252. Windows color (decimal): -3268595 or 860366. OLE color: 860366.
HSL color Cylindrical-coordinate representation of color #CE200D: hue angle of 5.91º 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 #CE200D is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 13 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.19 |
| HSL | 5.91º | 0.88% | 0.43% | - |
| HSV(B) | 5.91º | 0.94% | 0.81% | - |
| XYZ | 26.04 | 14.18 | 1.75 | - |
| YUV | 81.86 | 89.15 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 13 | 0 | 0.84 | 0.94 | 0.19 | 5.91 | 0.88 | 0.43 |
| Hex | CE | 20 | D | 0 | 54 | 5E | 13 | 6 | 58 | 2B |
| Octal | 316 | 40 | 15 | 0 | 124 | 136 | 23 | 6 | 130 | 53 |
| Binary | 11001110 | 100000 | 1101 | 0 | 1010100 | 1011110 | 10011 | 110 | 1011000 | 101011 |
Color Harmonies of #CE200D
Complementary color
Monochromatic Colors of #CE200D
Black with #CE200D
Text Example
Text Example
White with #CE200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE200D; }
p { color: rgb(206,32,13); }
H1.HeaderClassName
{
color: #CE200D;
}
.AnyTagClassName
{
color: #CE200D;
}
</style>
background-color css
<style>
a { background-color: #CE200D; }
a { background-color: rgb(206,32,13); }
div.DivClassName
{
background-color: #CE200D;
}
.BgClassName
{
background-color: #CE200D;
}
</style>
border-color css
<style>
span { border-color: #CE200D; }
span { border-color: rgb(206,32,13); }
td.TdClassName
{
border-color: #CE200D;
}
.TagClassName
{
border-color: #CE200D;
}
</style>