Html Css Color HEX #CE331C Harley Davidson Orange
📋 copy color: '#CE331C'red 206 ◦ green 51 ◦ blue 28
Shades of Harley Davidson Orange #CE331C
Tints of Harley Davidson Orange #CE331C
RGB
CMYK
RGB Variations
Color information
#CE331C (or 0xCE331C) is known color: Harley Davidson Orange. HEX triplet: CE, 33 and 1C. RGB value is (206,51,28). Sum of RGB (Red+Green+Blue) = 206+51+28=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE331C is #31CCE3. Grayscale: #5E5E5E. Windows color (decimal): -3263716 or 1848270. OLE color: 1848270.
HSL color Cylindrical-coordinate representation of color #CE331C: hue angle of 7.75º degrees, saturation: 0.76, 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 #CE331C is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 28 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.19 |
| HSL | 7.75º | 0.76% | 0.46% | - |
| HSV(B) | 7.75º | 0.86% | 0.81% | - |
| XYZ | 26.85 | 15.57 | 2.69 | - |
| YUV | 94.72 | 90.35 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 28 | 0 | 0.75 | 0.86 | 0.19 | 7.75 | 0.76 | 0.46 |
| Hex | CE | 33 | 1C | 0 | 4B | 56 | 13 | 8 | 4C | 2E |
| Octal | 316 | 63 | 34 | 0 | 113 | 126 | 23 | 10 | 114 | 56 |
| Binary | 11001110 | 110011 | 11100 | 0 | 1001011 | 1010110 | 10011 | 1000 | 1001100 | 101110 |
Color Harmonies of #CE331C
Complementary color
Monochromatic Colors of #CE331C
Black with #CE331C
Text Example
Text Example
White with #CE331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE331C; }
p { color: rgb(206,51,28); }
H1.HeaderClassName
{
color: #CE331C;
}
.AnyTagClassName
{
color: #CE331C;
}
</style>
background-color css
<style>
a { background-color: #CE331C; }
a { background-color: rgb(206,51,28); }
div.DivClassName
{
background-color: #CE331C;
}
.BgClassName
{
background-color: #CE331C;
}
</style>
border-color css
<style>
span { border-color: #CE331C; }
span { border-color: rgb(206,51,28); }
td.TdClassName
{
border-color: #CE331C;
}
.TagClassName
{
border-color: #CE331C;
}
</style>