Html Css Color HEX #CE3A0B Harley Davidson Orange
📋 copy color: '#CE3A0B'red 206 ◦ green 58 ◦ blue 11
Shades of Harley Davidson Orange #CE3A0B
Tints of Harley Davidson Orange #CE3A0B
RGB
CMYK
RGB Variations
Color information
#CE3A0B (or 0xCE3A0B) is known color: Harley Davidson Orange. HEX triplet: CE, 3A and 0B. RGB value is (206,58,11). Sum of RGB (Red+Green+Blue) = 206+58+11=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3A0B is #31C5F4. Grayscale: #616161. Windows color (decimal): -3261941 or 735950. OLE color: 735950.
HSL color Cylindrical-coordinate representation of color #CE3A0B: hue angle of 14.46º 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 #CE3A0B is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 11 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.19 |
| HSL | 14.46º | 0.9% | 0.43% | - |
| HSV(B) | 14.46º | 0.95% | 0.81% | - |
| XYZ | 27.03 | 16.17 | 2.01 | - |
| YUV | 96.89 | 79.53 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 11 | 0 | 0.72 | 0.95 | 0.19 | 14.46 | 0.9 | 0.43 |
| Hex | CE | 3A | B | 0 | 48 | 5F | 13 | E | 5A | 2B |
| Octal | 316 | 72 | 13 | 0 | 110 | 137 | 23 | 16 | 132 | 53 |
| Binary | 11001110 | 111010 | 1011 | 0 | 1001000 | 1011111 | 10011 | 1110 | 1011010 | 101011 |
Color Harmonies of #CE3A0B
Complementary color
Monochromatic Colors of #CE3A0B
Black with #CE3A0B
Text Example
Text Example
White with #CE3A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A0B; }
p { color: rgb(206,58,11); }
H1.HeaderClassName
{
color: #CE3A0B;
}
.AnyTagClassName
{
color: #CE3A0B;
}
</style>
background-color css
<style>
a { background-color: #CE3A0B; }
a { background-color: rgb(206,58,11); }
div.DivClassName
{
background-color: #CE3A0B;
}
.BgClassName
{
background-color: #CE3A0B;
}
</style>
border-color css
<style>
span { border-color: #CE3A0B; }
span { border-color: rgb(206,58,11); }
td.TdClassName
{
border-color: #CE3A0B;
}
.TagClassName
{
border-color: #CE3A0B;
}
</style>