Html Css Color HEX #CE3208 Harley Davidson Orange
📋 copy color: '#CE3208'red 206 ◦ green 50 ◦ blue 8
Shades of Harley Davidson Orange #CE3208
Tints of Harley Davidson Orange #CE3208
RGB
CMYK
RGB Variations
Color information
#CE3208 (or 0xCE3208) is known color: Harley Davidson Orange. HEX triplet: CE, 32 and 08. RGB value is (206,50,8). Sum of RGB (Red+Green+Blue) = 206+50+8=264 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.03% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3208 is #31CDF7. Grayscale: #5C5C5C. Windows color (decimal): -3263992 or 537294. OLE color: 537294.
HSL color Cylindrical-coordinate representation of color #CE3208: hue angle of 12.73º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE3208 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 8 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.19 |
| HSL | 12.73º | 0.93% | 0.42% | - |
| HSV(B) | 12.73º | 0.96% | 0.81% | - |
| XYZ | 26.64 | 15.42 | 1.8 | - |
| YUV | 91.86 | 80.68 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 8 | 0 | 0.76 | 0.96 | 0.19 | 12.73 | 0.93 | 0.42 |
| Hex | CE | 32 | 8 | 0 | 4C | 60 | 13 | D | 5D | 2A |
| Octal | 316 | 62 | 10 | 0 | 114 | 140 | 23 | 15 | 135 | 52 |
| Binary | 11001110 | 110010 | 1000 | 0 | 1001100 | 1100000 | 10011 | 1101 | 1011101 | 101010 |
Color Harmonies of #CE3208
Complementary color
Monochromatic Colors of #CE3208
Black with #CE3208
Text Example
Text Example
White with #CE3208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3208; }
p { color: rgb(206,50,8); }
H1.HeaderClassName
{
color: #CE3208;
}
.AnyTagClassName
{
color: #CE3208;
}
</style>
background-color css
<style>
a { background-color: #CE3208; }
a { background-color: rgb(206,50,8); }
div.DivClassName
{
background-color: #CE3208;
}
.BgClassName
{
background-color: #CE3208;
}
</style>
border-color css
<style>
span { border-color: #CE3208; }
span { border-color: rgb(206,50,8); }
td.TdClassName
{
border-color: #CE3208;
}
.TagClassName
{
border-color: #CE3208;
}
</style>