Html Css Color HEX #CE361F Harley Davidson Orange
📋 copy color: '#CE361F'red 206 ◦ green 54 ◦ blue 31
Shades of Harley Davidson Orange #CE361F
Tints of Harley Davidson Orange #CE361F
RGB
CMYK
RGB Variations
Color information
#CE361F (or 0xCE361F) is known color: Harley Davidson Orange. HEX triplet: CE, 36 and 1F. RGB value is (206,54,31). Sum of RGB (Red+Green+Blue) = 206+54+31=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE361F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE361F is #31C9E0. Grayscale: #616161. Windows color (decimal): -3262945 or 2045646. OLE color: 2045646.
HSL color Cylindrical-coordinate representation of color #CE361F: hue angle of 7.89º 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 #CE361F is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 31 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.19 |
| HSL | 7.89º | 0.74% | 0.46% | - |
| HSV(B) | 7.89º | 0.85% | 0.81% | - |
| XYZ | 27.02 | 15.86 | 2.93 | - |
| YUV | 96.83 | 90.86 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 31 | 0 | 0.74 | 0.85 | 0.19 | 7.89 | 0.74 | 0.46 |
| Hex | CE | 36 | 1F | 0 | 4A | 55 | 13 | 8 | 4A | 2E |
| Octal | 316 | 66 | 37 | 0 | 112 | 125 | 23 | 10 | 112 | 56 |
| Binary | 11001110 | 110110 | 11111 | 0 | 1001010 | 1010101 | 10011 | 1000 | 1001010 | 101110 |
Color Harmonies of #CE361F
Complementary color
Monochromatic Colors of #CE361F
Black with #CE361F
Text Example
Text Example
White with #CE361F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE361F; }
p { color: rgb(206,54,31); }
H1.HeaderClassName
{
color: #CE361F;
}
.AnyTagClassName
{
color: #CE361F;
}
</style>
background-color css
<style>
a { background-color: #CE361F; }
a { background-color: rgb(206,54,31); }
div.DivClassName
{
background-color: #CE361F;
}
.BgClassName
{
background-color: #CE361F;
}
</style>
border-color css
<style>
span { border-color: #CE361F; }
span { border-color: rgb(206,54,31); }
td.TdClassName
{
border-color: #CE361F;
}
.TagClassName
{
border-color: #CE361F;
}
</style>