Html Css Color HEX #CE3305 Harley Davidson Orange
📋 copy color: '#CE3305'red 206 ◦ green 51 ◦ blue 5
Shades of Harley Davidson Orange #CE3305
Tints of Harley Davidson Orange #CE3305
RGB
CMYK
RGB Variations
Color information
#CE3305 (or 0xCE3305) is known color: Harley Davidson Orange. HEX triplet: CE, 33 and 05. RGB value is (206,51,5). Sum of RGB (Red+Green+Blue) = 206+51+5=262 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.63% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3305 is #31CCFA. Grayscale: #5C5C5C. Windows color (decimal): -3263739 or 340942. OLE color: 340942.
HSL color Cylindrical-coordinate representation of color #CE3305: hue angle of 13.73º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE3305 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 5 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.19 |
| HSL | 13.73º | 0.95% | 0.41% | - |
| HSV(B) | 13.73º | 0.98% | 0.81% | - |
| XYZ | 26.66 | 15.5 | 1.73 | - |
| YUV | 92.1 | 78.85 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 5 | 0 | 0.75 | 0.98 | 0.19 | 13.73 | 0.95 | 0.41 |
| Hex | CE | 33 | 5 | 0 | 4B | 62 | 13 | E | 5F | 29 |
| Octal | 316 | 63 | 5 | 0 | 113 | 142 | 23 | 16 | 137 | 51 |
| Binary | 11001110 | 110011 | 101 | 0 | 1001011 | 1100010 | 10011 | 1110 | 1011111 | 101001 |
Color Harmonies of #CE3305
Complementary color
Monochromatic Colors of #CE3305
Black with #CE3305
Text Example
Text Example
White with #CE3305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3305; }
p { color: rgb(206,51,5); }
H1.HeaderClassName
{
color: #CE3305;
}
.AnyTagClassName
{
color: #CE3305;
}
</style>
background-color css
<style>
a { background-color: #CE3305; }
a { background-color: rgb(206,51,5); }
div.DivClassName
{
background-color: #CE3305;
}
.BgClassName
{
background-color: #CE3305;
}
</style>
border-color css
<style>
span { border-color: #CE3305; }
span { border-color: rgb(206,51,5); }
td.TdClassName
{
border-color: #CE3305;
}
.TagClassName
{
border-color: #CE3305;
}
</style>