Html Css Color HEX #CE461A Harley Davidson Orange
📋 copy color: '#CE461A'red 206 ◦ green 70 ◦ blue 26
Shades of Harley Davidson Orange #CE461A
Tints of Harley Davidson Orange #CE461A
RGB
CMYK
RGB Variations
Color information
#CE461A (or 0xCE461A) is known color: Harley Davidson Orange. HEX triplet: CE, 46 and 1A. RGB value is (206,70,26). Sum of RGB (Red+Green+Blue) = 206+70+26=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE461A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE461A is #31B9E5. Grayscale: #696969. Windows color (decimal): -3258854 or 1722062. OLE color: 1722062.
HSL color Cylindrical-coordinate representation of color #CE461A: hue angle of 14.67º 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 #CE461A is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 26 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.19 |
| HSL | 14.67º | 0.78% | 0.45% | - |
| HSV(B) | 14.67º | 0.87% | 0.81% | - |
| XYZ | 27.83 | 17.58 | 2.9 | - |
| YUV | 105.65 | 83.06 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 26 | 0 | 0.66 | 0.87 | 0.19 | 14.67 | 0.78 | 0.45 |
| Hex | CE | 46 | 1A | 0 | 42 | 57 | 13 | F | 4E | 2D |
| Octal | 316 | 106 | 32 | 0 | 102 | 127 | 23 | 17 | 116 | 55 |
| Binary | 11001110 | 1000110 | 11010 | 0 | 1000010 | 1010111 | 10011 | 1111 | 1001110 | 101101 |
Color Harmonies of #CE461A
Complementary color
Monochromatic Colors of #CE461A
Black with #CE461A
Text Example
Text Example
White with #CE461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE461A; }
p { color: rgb(206,70,26); }
H1.HeaderClassName
{
color: #CE461A;
}
.AnyTagClassName
{
color: #CE461A;
}
</style>
background-color css
<style>
a { background-color: #CE461A; }
a { background-color: rgb(206,70,26); }
div.DivClassName
{
background-color: #CE461A;
}
.BgClassName
{
background-color: #CE461A;
}
</style>
border-color css
<style>
span { border-color: #CE461A; }
span { border-color: rgb(206,70,26); }
td.TdClassName
{
border-color: #CE461A;
}
.TagClassName
{
border-color: #CE461A;
}
</style>