Html Css Color HEX #CE431A Harley Davidson Orange
📋 copy color: '#CE431A'red 206 ◦ green 67 ◦ blue 26
Shades of Harley Davidson Orange #CE431A
Tints of Harley Davidson Orange #CE431A
RGB
CMYK
RGB Variations
Color information
#CE431A (or 0xCE431A) is known color: Harley Davidson Orange. HEX triplet: CE, 43 and 1A. RGB value is (206,67,26). Sum of RGB (Red+Green+Blue) = 206+67+26=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE431A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE431A is #31BCE5. Grayscale: #686868. Windows color (decimal): -3259622 or 1721294. OLE color: 1721294.
HSL color Cylindrical-coordinate representation of color #CE431A: hue angle of 13.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 #CE431A is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 26 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.19 |
| HSL | 13.67º | 0.78% | 0.45% | - |
| HSV(B) | 13.67º | 0.87% | 0.81% | - |
| XYZ | 27.65 | 17.21 | 2.84 | - |
| YUV | 103.89 | 84.05 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 26 | 0 | 0.67 | 0.87 | 0.19 | 13.67 | 0.78 | 0.45 |
| Hex | CE | 43 | 1A | 0 | 43 | 57 | 13 | E | 4E | 2D |
| Octal | 316 | 103 | 32 | 0 | 103 | 127 | 23 | 16 | 116 | 55 |
| Binary | 11001110 | 1000011 | 11010 | 0 | 1000011 | 1010111 | 10011 | 1110 | 1001110 | 101101 |
Color Harmonies of #CE431A
Complementary color
Monochromatic Colors of #CE431A
Black with #CE431A
Text Example
Text Example
White with #CE431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE431A; }
p { color: rgb(206,67,26); }
H1.HeaderClassName
{
color: #CE431A;
}
.AnyTagClassName
{
color: #CE431A;
}
</style>
background-color css
<style>
a { background-color: #CE431A; }
a { background-color: rgb(206,67,26); }
div.DivClassName
{
background-color: #CE431A;
}
.BgClassName
{
background-color: #CE431A;
}
</style>
border-color css
<style>
span { border-color: #CE431A; }
span { border-color: rgb(206,67,26); }
td.TdClassName
{
border-color: #CE431A;
}
.TagClassName
{
border-color: #CE431A;
}
</style>