Html Css Color HEX #CE231D Harley Davidson Orange
📋 copy color: '#CE231D'red 206 ◦ green 35 ◦ blue 29
Shades of Harley Davidson Orange #CE231D
Tints of Harley Davidson Orange #CE231D
RGB
CMYK
RGB Variations
Color information
#CE231D (or 0xCE231D) is known color: Harley Davidson Orange. HEX triplet: CE, 23 and 1D. RGB value is (206,35,29). Sum of RGB (Red+Green+Blue) = 206+35+29=270 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.30% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 206 - color contains mainly: red. Hex color #CE231D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE231D is #31DCE2. Grayscale: #555555. Windows color (decimal): -3267811 or 1909710. OLE color: 1909710.
HSL color Cylindrical-coordinate representation of color #CE231D: hue angle of 2.03º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE231D is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 35 | 29 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.19 |
| HSL | 2.03º | 0.75% | 0.46% | - |
| HSV(B) | 2.03º | 0.86% | 0.81% | - |
| XYZ | 26.28 | 14.41 | 2.56 | - |
| YUV | 85.45 | 96.15 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 29 | 0 | 0.83 | 0.86 | 0.19 | 2.03 | 0.75 | 0.46 |
| Hex | CE | 23 | 1D | 0 | 53 | 56 | 13 | 2 | 4B | 2E |
| Octal | 316 | 43 | 35 | 0 | 123 | 126 | 23 | 2 | 113 | 56 |
| Binary | 11001110 | 100011 | 11101 | 0 | 1010011 | 1010110 | 10011 | 10 | 1001011 | 101110 |
Color Harmonies of #CE231D
Complementary color
Monochromatic Colors of #CE231D
Black with #CE231D
Text Example
Text Example
White with #CE231D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE231D; }
p { color: rgb(206,35,29); }
H1.HeaderClassName
{
color: #CE231D;
}
.AnyTagClassName
{
color: #CE231D;
}
</style>
background-color css
<style>
a { background-color: #CE231D; }
a { background-color: rgb(206,35,29); }
div.DivClassName
{
background-color: #CE231D;
}
.BgClassName
{
background-color: #CE231D;
}
</style>
border-color css
<style>
span { border-color: #CE231D; }
span { border-color: rgb(206,35,29); }
td.TdClassName
{
border-color: #CE231D;
}
.TagClassName
{
border-color: #CE231D;
}
</style>