Html Css Color HEX #CE3A0A Harley Davidson Orange
📋 copy color: '#CE3A0A'red 206 ◦ green 58 ◦ blue 10
Shades of Harley Davidson Orange #CE3A0A
Tints of Harley Davidson Orange #CE3A0A
RGB
CMYK
RGB Variations
Color information
#CE3A0A (or 0xCE3A0A) is known color: Harley Davidson Orange. HEX triplet: CE, 3A and 0A. RGB value is (206,58,10). Sum of RGB (Red+Green+Blue) = 206+58+10=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 10 (4.30% from 255 or 3.65% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3A0A is #31C5F5. Grayscale: #616161. Windows color (decimal): -3261942 or 670414. OLE color: 670414.
HSL color Cylindrical-coordinate representation of color #CE3A0A: hue angle of 14.69º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE3A0A is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 10 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.19 |
| HSL | 14.69º | 0.91% | 0.42% | - |
| HSV(B) | 14.69º | 0.95% | 0.81% | - |
| XYZ | 27.02 | 16.17 | 1.98 | - |
| YUV | 96.78 | 79.03 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 10 | 0 | 0.72 | 0.95 | 0.19 | 14.69 | 0.91 | 0.42 |
| Hex | CE | 3A | A | 0 | 48 | 5F | 13 | F | 5B | 2A |
| Octal | 316 | 72 | 12 | 0 | 110 | 137 | 23 | 17 | 133 | 52 |
| Binary | 11001110 | 111010 | 1010 | 0 | 1001000 | 1011111 | 10011 | 1111 | 1011011 | 101010 |
Color Harmonies of #CE3A0A
Complementary color
Monochromatic Colors of #CE3A0A
Black with #CE3A0A
Text Example
Text Example
White with #CE3A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A0A; }
p { color: rgb(206,58,10); }
H1.HeaderClassName
{
color: #CE3A0A;
}
.AnyTagClassName
{
color: #CE3A0A;
}
</style>
background-color css
<style>
a { background-color: #CE3A0A; }
a { background-color: rgb(206,58,10); }
div.DivClassName
{
background-color: #CE3A0A;
}
.BgClassName
{
background-color: #CE3A0A;
}
</style>
border-color css
<style>
span { border-color: #CE3A0A; }
span { border-color: rgb(206,58,10); }
td.TdClassName
{
border-color: #CE3A0A;
}
.TagClassName
{
border-color: #CE3A0A;
}
</style>