Html Css Color HEX #CE370B Harley Davidson Orange
📋 copy color: '#CE370B'red 206 ◦ green 55 ◦ blue 11
Shades of Harley Davidson Orange #CE370B
Tints of Harley Davidson Orange #CE370B
RGB
CMYK
RGB Variations
Color information
#CE370B (or 0xCE370B) is known color: Harley Davidson Orange. HEX triplet: CE, 37 and 0B. RGB value is (206,55,11). Sum of RGB (Red+Green+Blue) = 206+55+11=272 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.74% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 206 - color contains mainly: red. Hex color #CE370B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE370B is #31C8F4. Grayscale: #5F5F5F. Windows color (decimal): -3262709 or 735182. OLE color: 735182.
HSL color Cylindrical-coordinate representation of color #CE370B: hue angle of 13.54º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE370B is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 11 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.19 |
| HSL | 13.54º | 0.9% | 0.43% | - |
| HSV(B) | 13.54º | 0.95% | 0.81% | - |
| XYZ | 26.88 | 15.88 | 1.96 | - |
| YUV | 95.13 | 80.53 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 11 | 0 | 0.73 | 0.95 | 0.19 | 13.54 | 0.9 | 0.43 |
| Hex | CE | 37 | B | 0 | 49 | 5F | 13 | E | 5A | 2B |
| Octal | 316 | 67 | 13 | 0 | 111 | 137 | 23 | 16 | 132 | 53 |
| Binary | 11001110 | 110111 | 1011 | 0 | 1001001 | 1011111 | 10011 | 1110 | 1011010 | 101011 |
Color Harmonies of #CE370B
Complementary color
Monochromatic Colors of #CE370B
Black with #CE370B
Text Example
Text Example
White with #CE370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE370B; }
p { color: rgb(206,55,11); }
H1.HeaderClassName
{
color: #CE370B;
}
.AnyTagClassName
{
color: #CE370B;
}
</style>
background-color css
<style>
a { background-color: #CE370B; }
a { background-color: rgb(206,55,11); }
div.DivClassName
{
background-color: #CE370B;
}
.BgClassName
{
background-color: #CE370B;
}
</style>
border-color css
<style>
span { border-color: #CE370B; }
span { border-color: rgb(206,55,11); }
td.TdClassName
{
border-color: #CE370B;
}
.TagClassName
{
border-color: #CE370B;
}
</style>