Html Css Color HEX #CE370C Harley Davidson Orange
📋 copy color: '#CE370C'red 206 ◦ green 55 ◦ blue 12
Shades of Harley Davidson Orange #CE370C
Tints of Harley Davidson Orange #CE370C
RGB
CMYK
RGB Variations
Color information
#CE370C (or 0xCE370C) is known color: Harley Davidson Orange. HEX triplet: CE, 37 and 0C. RGB value is (206,55,12). Sum of RGB (Red+Green+Blue) = 206+55+12=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE370C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE370C is #31C8F3. Grayscale: #5F5F5F. Windows color (decimal): -3262708 or 800718. OLE color: 800718.
HSL color Cylindrical-coordinate representation of color #CE370C: hue angle of 13.3º degrees, saturation: 0.89, 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 #CE370C is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 12 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.19 |
| HSL | 13.3º | 0.89% | 0.43% | - |
| HSV(B) | 13.3º | 0.94% | 0.81% | - |
| XYZ | 26.89 | 15.88 | 2 | - |
| YUV | 95.25 | 81.03 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 12 | 0 | 0.73 | 0.94 | 0.19 | 13.3 | 0.89 | 0.43 |
| Hex | CE | 37 | C | 0 | 49 | 5E | 13 | D | 59 | 2B |
| Octal | 316 | 67 | 14 | 0 | 111 | 136 | 23 | 15 | 131 | 53 |
| Binary | 11001110 | 110111 | 1100 | 0 | 1001001 | 1011110 | 10011 | 1101 | 1011001 | 101011 |
Color Harmonies of #CE370C
Complementary color
Monochromatic Colors of #CE370C
Black with #CE370C
Text Example
Text Example
White with #CE370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE370C; }
p { color: rgb(206,55,12); }
H1.HeaderClassName
{
color: #CE370C;
}
.AnyTagClassName
{
color: #CE370C;
}
</style>
background-color css
<style>
a { background-color: #CE370C; }
a { background-color: rgb(206,55,12); }
div.DivClassName
{
background-color: #CE370C;
}
.BgClassName
{
background-color: #CE370C;
}
</style>
border-color css
<style>
span { border-color: #CE370C; }
span { border-color: rgb(206,55,12); }
td.TdClassName
{
border-color: #CE370C;
}
.TagClassName
{
border-color: #CE370C;
}
</style>