Html Css Color HEX #CE4A1A Harley Davidson Orange
📋 copy color: '#CE4A1A'red 206 ◦ green 74 ◦ blue 26
Shades of Harley Davidson Orange #CE4A1A
Tints of Harley Davidson Orange #CE4A1A
RGB
CMYK
RGB Variations
Color information
#CE4A1A (or 0xCE4A1A) is known color: Harley Davidson Orange. HEX triplet: CE, 4A and 1A. RGB value is (206,74,26). Sum of RGB (Red+Green+Blue) = 206+74+26=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4A1A is #31B5E5. Grayscale: #6C6C6C. Windows color (decimal): -3257830 or 1723086. OLE color: 1723086.
HSL color Cylindrical-coordinate representation of color #CE4A1A: hue angle of 16º 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 #CE4A1A is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 26 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.19 |
| HSL | 16º | 0.78% | 0.45% | - |
| HSV(B) | 16º | 0.87% | 0.81% | - |
| XYZ | 28.09 | 18.09 | 2.99 | - |
| YUV | 108 | 81.73 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 26 | 0 | 0.64 | 0.87 | 0.19 | 16 | 0.78 | 0.45 |
| Hex | CE | 4A | 1A | 0 | 40 | 57 | 13 | 10 | 4E | 2D |
| Octal | 316 | 112 | 32 | 0 | 100 | 127 | 23 | 20 | 116 | 55 |
| Binary | 11001110 | 1001010 | 11010 | 0 | 1000000 | 1010111 | 10011 | 10000 | 1001110 | 101101 |
Color Harmonies of #CE4A1A
Complementary color
Monochromatic Colors of #CE4A1A
Black with #CE4A1A
Text Example
Text Example
White with #CE4A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4A1A; }
p { color: rgb(206,74,26); }
H1.HeaderClassName
{
color: #CE4A1A;
}
.AnyTagClassName
{
color: #CE4A1A;
}
</style>
background-color css
<style>
a { background-color: #CE4A1A; }
a { background-color: rgb(206,74,26); }
div.DivClassName
{
background-color: #CE4A1A;
}
.BgClassName
{
background-color: #CE4A1A;
}
</style>
border-color css
<style>
span { border-color: #CE4A1A; }
span { border-color: rgb(206,74,26); }
td.TdClassName
{
border-color: #CE4A1A;
}
.TagClassName
{
border-color: #CE4A1A;
}
</style>