Html Css Color HEX #CE401F Harley Davidson Orange
📋 copy color: '#CE401F'red 206 ◦ green 64 ◦ blue 31
Shades of Harley Davidson Orange #CE401F
Tints of Harley Davidson Orange #CE401F
RGB
CMYK
RGB Variations
Color information
#CE401F (or 0xCE401F) is known color: Harley Davidson Orange. HEX triplet: CE, 40 and 1F. RGB value is (206,64,31). Sum of RGB (Red+Green+Blue) = 206+64+31=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE401F is #31BFE0. Grayscale: #666666. Windows color (decimal): -3260385 or 2048206. OLE color: 2048206.
HSL color Cylindrical-coordinate representation of color #CE401F: hue angle of 11.31º 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 #CE401F is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 64 | 31 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.19 |
| HSL | 11.31º | 0.74% | 0.46% | - |
| HSV(B) | 11.31º | 0.85% | 0.81% | - |
| XYZ | 27.53 | 16.89 | 3.1 | - |
| YUV | 102.7 | 87.54 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 31 | 0 | 0.69 | 0.85 | 0.19 | 11.31 | 0.74 | 0.46 |
| Hex | CE | 40 | 1F | 0 | 45 | 55 | 13 | B | 4A | 2E |
| Octal | 316 | 100 | 37 | 0 | 105 | 125 | 23 | 13 | 112 | 56 |
| Binary | 11001110 | 1000000 | 11111 | 0 | 1000101 | 1010101 | 10011 | 1011 | 1001010 | 101110 |
Color Harmonies of #CE401F
Complementary color
Monochromatic Colors of #CE401F
Black with #CE401F
Text Example
Text Example
White with #CE401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE401F; }
p { color: rgb(206,64,31); }
H1.HeaderClassName
{
color: #CE401F;
}
.AnyTagClassName
{
color: #CE401F;
}
</style>
background-color css
<style>
a { background-color: #CE401F; }
a { background-color: rgb(206,64,31); }
div.DivClassName
{
background-color: #CE401F;
}
.BgClassName
{
background-color: #CE401F;
}
</style>
border-color css
<style>
span { border-color: #CE401F; }
span { border-color: rgb(206,64,31); }
td.TdClassName
{
border-color: #CE401F;
}
.TagClassName
{
border-color: #CE401F;
}
</style>