Html Css Color HEX #CE361A Harley Davidson Orange
📋 copy color: '#CE361A'red 206 ◦ green 54 ◦ blue 26
Shades of Harley Davidson Orange #CE361A
Tints of Harley Davidson Orange #CE361A
RGB
CMYK
RGB Variations
Color information
#CE361A (or 0xCE361A) is known color: Harley Davidson Orange. HEX triplet: CE, 36 and 1A. RGB value is (206,54,26). Sum of RGB (Red+Green+Blue) = 206+54+26=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE361A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE361A is #31C9E5. Grayscale: #606060. Windows color (decimal): -3262950 or 1717966. OLE color: 1717966.
HSL color Cylindrical-coordinate representation of color #CE361A: hue angle of 9.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE361A is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 26 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.19 |
| HSL | 9.33º | 0.78% | 0.45% | - |
| HSV(B) | 9.33º | 0.87% | 0.81% | - |
| XYZ | 26.96 | 15.83 | 2.61 | - |
| YUV | 96.26 | 88.36 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 26 | 0 | 0.74 | 0.87 | 0.19 | 9.33 | 0.78 | 0.45 |
| Hex | CE | 36 | 1A | 0 | 4A | 57 | 13 | 9 | 4E | 2D |
| Octal | 316 | 66 | 32 | 0 | 112 | 127 | 23 | 11 | 116 | 55 |
| Binary | 11001110 | 110110 | 11010 | 0 | 1001010 | 1010111 | 10011 | 1001 | 1001110 | 101101 |
Color Harmonies of #CE361A
Complementary color
Monochromatic Colors of #CE361A
Black with #CE361A
Text Example
Text Example
White with #CE361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE361A; }
p { color: rgb(206,54,26); }
H1.HeaderClassName
{
color: #CE361A;
}
.AnyTagClassName
{
color: #CE361A;
}
</style>
background-color css
<style>
a { background-color: #CE361A; }
a { background-color: rgb(206,54,26); }
div.DivClassName
{
background-color: #CE361A;
}
.BgClassName
{
background-color: #CE361A;
}
</style>
border-color css
<style>
span { border-color: #CE361A; }
span { border-color: rgb(206,54,26); }
td.TdClassName
{
border-color: #CE361A;
}
.TagClassName
{
border-color: #CE361A;
}
</style>