Html Css Color HEX #CE3A1C Harley Davidson Orange
📋 copy color: '#CE3A1C'red 206 ◦ green 58 ◦ blue 28
Shades of Harley Davidson Orange #CE3A1C
Tints of Harley Davidson Orange #CE3A1C
RGB
CMYK
RGB Variations
Color information
#CE3A1C (or 0xCE3A1C) is known color: Harley Davidson Orange. HEX triplet: CE, 3A and 1C. RGB value is (206,58,28). Sum of RGB (Red+Green+Blue) = 206+58+28=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A1C is #31C5E3. Grayscale: #636363. Windows color (decimal): -3261924 or 1850062. OLE color: 1850062.
HSL color Cylindrical-coordinate representation of color #CE3A1C: hue angle of 10.11º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE3A1C is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 28 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.19 |
| HSL | 10.11º | 0.76% | 0.46% | - |
| HSV(B) | 10.11º | 0.86% | 0.81% | - |
| XYZ | 27.18 | 16.23 | 2.8 | - |
| YUV | 98.83 | 88.03 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 28 | 0 | 0.72 | 0.86 | 0.19 | 10.11 | 0.76 | 0.46 |
| Hex | CE | 3A | 1C | 0 | 48 | 56 | 13 | A | 4C | 2E |
| Octal | 316 | 72 | 34 | 0 | 110 | 126 | 23 | 12 | 114 | 56 |
| Binary | 11001110 | 111010 | 11100 | 0 | 1001000 | 1010110 | 10011 | 1010 | 1001100 | 101110 |
Color Harmonies of #CE3A1C
Complementary color
Monochromatic Colors of #CE3A1C
Black with #CE3A1C
Text Example
Text Example
White with #CE3A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A1C; }
p { color: rgb(206,58,28); }
H1.HeaderClassName
{
color: #CE3A1C;
}
.AnyTagClassName
{
color: #CE3A1C;
}
</style>
background-color css
<style>
a { background-color: #CE3A1C; }
a { background-color: rgb(206,58,28); }
div.DivClassName
{
background-color: #CE3A1C;
}
.BgClassName
{
background-color: #CE3A1C;
}
</style>
border-color css
<style>
span { border-color: #CE3A1C; }
span { border-color: rgb(206,58,28); }
td.TdClassName
{
border-color: #CE3A1C;
}
.TagClassName
{
border-color: #CE3A1C;
}
</style>