Html Css Color HEX #CE370D Harley Davidson Orange
📋 copy color: '#CE370D'red 206 ◦ green 55 ◦ blue 13
Shades of Harley Davidson Orange #CE370D
Tints of Harley Davidson Orange #CE370D
RGB
CMYK
RGB Variations
Color information
#CE370D (or 0xCE370D) is known color: Harley Davidson Orange. HEX triplet: CE, 37 and 0D. RGB value is (206,55,13). Sum of RGB (Red+Green+Blue) = 206+55+13=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE370D is #31C8F2. Grayscale: #5F5F5F. Windows color (decimal): -3262707 or 866254. OLE color: 866254.
HSL color Cylindrical-coordinate representation of color #CE370D: hue angle of 13.06º 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 #CE370D is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 13 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.19 |
| HSL | 13.06º | 0.88% | 0.43% | - |
| HSV(B) | 13.06º | 0.94% | 0.81% | - |
| XYZ | 26.89 | 15.88 | 2.03 | - |
| YUV | 95.36 | 81.53 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 13 | 0 | 0.73 | 0.94 | 0.19 | 13.06 | 0.88 | 0.43 |
| Hex | CE | 37 | D | 0 | 49 | 5E | 13 | D | 58 | 2B |
| Octal | 316 | 67 | 15 | 0 | 111 | 136 | 23 | 15 | 130 | 53 |
| Binary | 11001110 | 110111 | 1101 | 0 | 1001001 | 1011110 | 10011 | 1101 | 1011000 | 101011 |
Color Harmonies of #CE370D
Complementary color
Monochromatic Colors of #CE370D
Black with #CE370D
Text Example
Text Example
White with #CE370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE370D; }
p { color: rgb(206,55,13); }
H1.HeaderClassName
{
color: #CE370D;
}
.AnyTagClassName
{
color: #CE370D;
}
</style>
background-color css
<style>
a { background-color: #CE370D; }
a { background-color: rgb(206,55,13); }
div.DivClassName
{
background-color: #CE370D;
}
.BgClassName
{
background-color: #CE370D;
}
</style>
border-color css
<style>
span { border-color: #CE370D; }
span { border-color: rgb(206,55,13); }
td.TdClassName
{
border-color: #CE370D;
}
.TagClassName
{
border-color: #CE370D;
}
</style>