Html Css Color HEX #CE331B Harley Davidson Orange
📋 copy color: '#CE331B'red 206 ◦ green 51 ◦ blue 27
Shades of Harley Davidson Orange #CE331B
Tints of Harley Davidson Orange #CE331B
RGB
CMYK
RGB Variations
Color information
#CE331B (or 0xCE331B) is known color: Harley Davidson Orange. HEX triplet: CE, 33 and 1B. RGB value is (206,51,27). Sum of RGB (Red+Green+Blue) = 206+51+27=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE331B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE331B is #31CCE4. Grayscale: #5E5E5E. Windows color (decimal): -3263717 or 1782734. OLE color: 1782734.
HSL color Cylindrical-coordinate representation of color #CE331B: hue angle of 8.04º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE331B is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 27 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.19 |
| HSL | 8.04º | 0.77% | 0.46% | - |
| HSV(B) | 8.04º | 0.87% | 0.81% | - |
| XYZ | 26.84 | 15.57 | 2.63 | - |
| YUV | 94.61 | 89.85 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 27 | 0 | 0.75 | 0.87 | 0.19 | 8.04 | 0.77 | 0.46 |
| Hex | CE | 33 | 1B | 0 | 4B | 57 | 13 | 8 | 4D | 2E |
| Octal | 316 | 63 | 33 | 0 | 113 | 127 | 23 | 10 | 115 | 56 |
| Binary | 11001110 | 110011 | 11011 | 0 | 1001011 | 1010111 | 10011 | 1000 | 1001101 | 101110 |
Color Harmonies of #CE331B
Complementary color
Monochromatic Colors of #CE331B
Black with #CE331B
Text Example
Text Example
White with #CE331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE331B; }
p { color: rgb(206,51,27); }
H1.HeaderClassName
{
color: #CE331B;
}
.AnyTagClassName
{
color: #CE331B;
}
</style>
background-color css
<style>
a { background-color: #CE331B; }
a { background-color: rgb(206,51,27); }
div.DivClassName
{
background-color: #CE331B;
}
.BgClassName
{
background-color: #CE331B;
}
</style>
border-color css
<style>
span { border-color: #CE331B; }
span { border-color: rgb(206,51,27); }
td.TdClassName
{
border-color: #CE331B;
}
.TagClassName
{
border-color: #CE331B;
}
</style>