Html Css Color HEX #CE3807 Harley Davidson Orange
📋 copy color: '#CE3807'red 206 ◦ green 56 ◦ blue 7
Shades of Harley Davidson Orange #CE3807
Tints of Harley Davidson Orange #CE3807
RGB
CMYK
RGB Variations
Color information
#CE3807 (or 0xCE3807) is known color: Harley Davidson Orange. HEX triplet: CE, 38 and 07. RGB value is (206,56,7). Sum of RGB (Red+Green+Blue) = 206+56+7=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3807 is #31C7F8. Grayscale: #5F5F5F. Windows color (decimal): -3262457 or 473294. OLE color: 473294.
HSL color Cylindrical-coordinate representation of color #CE3807: hue angle of 14.77º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE3807 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 7 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.19 |
| HSL | 14.77º | 0.93% | 0.42% | - |
| HSV(B) | 14.77º | 0.97% | 0.81% | - |
| XYZ | 26.91 | 15.97 | 1.86 | - |
| YUV | 95.26 | 78.2 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 7 | 0 | 0.73 | 0.97 | 0.19 | 14.77 | 0.93 | 0.42 |
| Hex | CE | 38 | 7 | 0 | 49 | 61 | 13 | F | 5D | 2A |
| Octal | 316 | 70 | 7 | 0 | 111 | 141 | 23 | 17 | 135 | 52 |
| Binary | 11001110 | 111000 | 111 | 0 | 1001001 | 1100001 | 10011 | 1111 | 1011101 | 101010 |
Color Harmonies of #CE3807
Complementary color
Monochromatic Colors of #CE3807
Black with #CE3807
Text Example
Text Example
White with #CE3807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3807; }
p { color: rgb(206,56,7); }
H1.HeaderClassName
{
color: #CE3807;
}
.AnyTagClassName
{
color: #CE3807;
}
</style>
background-color css
<style>
a { background-color: #CE3807; }
a { background-color: rgb(206,56,7); }
div.DivClassName
{
background-color: #CE3807;
}
.BgClassName
{
background-color: #CE3807;
}
</style>
border-color css
<style>
span { border-color: #CE3807; }
span { border-color: rgb(206,56,7); }
td.TdClassName
{
border-color: #CE3807;
}
.TagClassName
{
border-color: #CE3807;
}
</style>