Html Css Color HEX #CE461F Harley Davidson Orange
📋 copy color: '#CE461F'red 206 ◦ green 70 ◦ blue 31
Shades of Harley Davidson Orange #CE461F
Tints of Harley Davidson Orange #CE461F
RGB
CMYK
RGB Variations
Color information
#CE461F (or 0xCE461F) is known color: Harley Davidson Orange. HEX triplet: CE, 46 and 1F. RGB value is (206,70,31). Sum of RGB (Red+Green+Blue) = 206+70+31=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE461F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE461F is #31B9E0. Grayscale: #6A6A6A. Windows color (decimal): -3258849 or 2049742. OLE color: 2049742.
HSL color Cylindrical-coordinate representation of color #CE461F: hue angle of 13.37º 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 #CE461F is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 31 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.19 |
| HSL | 13.37º | 0.74% | 0.46% | - |
| HSV(B) | 13.37º | 0.85% | 0.81% | - |
| XYZ | 27.89 | 17.6 | 3.22 | - |
| YUV | 106.22 | 85.56 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 31 | 0 | 0.66 | 0.85 | 0.19 | 13.37 | 0.74 | 0.46 |
| Hex | CE | 46 | 1F | 0 | 42 | 55 | 13 | D | 4A | 2E |
| Octal | 316 | 106 | 37 | 0 | 102 | 125 | 23 | 15 | 112 | 56 |
| Binary | 11001110 | 1000110 | 11111 | 0 | 1000010 | 1010101 | 10011 | 1101 | 1001010 | 101110 |
Color Harmonies of #CE461F
Complementary color
Monochromatic Colors of #CE461F
Black with #CE461F
Text Example
Text Example
White with #CE461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE461F; }
p { color: rgb(206,70,31); }
H1.HeaderClassName
{
color: #CE461F;
}
.AnyTagClassName
{
color: #CE461F;
}
</style>
background-color css
<style>
a { background-color: #CE461F; }
a { background-color: rgb(206,70,31); }
div.DivClassName
{
background-color: #CE461F;
}
.BgClassName
{
background-color: #CE461F;
}
</style>
border-color css
<style>
span { border-color: #CE461F; }
span { border-color: rgb(206,70,31); }
td.TdClassName
{
border-color: #CE461F;
}
.TagClassName
{
border-color: #CE461F;
}
</style>