Html Css Color HEX #CE3A1F Harley Davidson Orange
📋 copy color: '#CE3A1F'red 206 ◦ green 58 ◦ blue 31
Shades of Harley Davidson Orange #CE3A1F
Tints of Harley Davidson Orange #CE3A1F
RGB
CMYK
RGB Variations
Color information
#CE3A1F (or 0xCE3A1F) is known color: Harley Davidson Orange. HEX triplet: CE, 3A and 1F. RGB value is (206,58,31). Sum of RGB (Red+Green+Blue) = 206+58+31=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3A1F is #31C5E0. Grayscale: #636363. Windows color (decimal): -3261921 or 2046670. OLE color: 2046670.
HSL color Cylindrical-coordinate representation of color #CE3A1F: hue angle of 9.26º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE3A1F is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 31 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.19 |
| HSL | 9.26º | 0.74% | 0.46% | - |
| HSV(B) | 9.26º | 0.85% | 0.81% | - |
| XYZ | 27.21 | 16.25 | 3 | - |
| YUV | 99.17 | 89.53 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 31 | 0 | 0.72 | 0.85 | 0.19 | 9.26 | 0.74 | 0.46 |
| Hex | CE | 3A | 1F | 0 | 48 | 55 | 13 | 9 | 4A | 2E |
| Octal | 316 | 72 | 37 | 0 | 110 | 125 | 23 | 11 | 112 | 56 |
| Binary | 11001110 | 111010 | 11111 | 0 | 1001000 | 1010101 | 10011 | 1001 | 1001010 | 101110 |
Color Harmonies of #CE3A1F
Complementary color
Monochromatic Colors of #CE3A1F
Black with #CE3A1F
Text Example
Text Example
White with #CE3A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A1F; }
p { color: rgb(206,58,31); }
H1.HeaderClassName
{
color: #CE3A1F;
}
.AnyTagClassName
{
color: #CE3A1F;
}
</style>
background-color css
<style>
a { background-color: #CE3A1F; }
a { background-color: rgb(206,58,31); }
div.DivClassName
{
background-color: #CE3A1F;
}
.BgClassName
{
background-color: #CE3A1F;
}
</style>
border-color css
<style>
span { border-color: #CE3A1F; }
span { border-color: rgb(206,58,31); }
td.TdClassName
{
border-color: #CE3A1F;
}
.TagClassName
{
border-color: #CE3A1F;
}
</style>