Html Css Color HEX #CE420F Harley Davidson Orange
📋 copy color: '#CE420F'red 206 ◦ green 66 ◦ blue 15
Shades of Harley Davidson Orange #CE420F
Tints of Harley Davidson Orange #CE420F
RGB
CMYK
RGB Variations
Color information
#CE420F (or 0xCE420F) is known color: Harley Davidson Orange. HEX triplet: CE, 42 and 0F. RGB value is (206,66,15). Sum of RGB (Red+Green+Blue) = 206+66+15=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE420F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE420F is #31BDF0. Grayscale: #666666. Windows color (decimal): -3259889 or 1000142. OLE color: 1000142.
HSL color Cylindrical-coordinate representation of color #CE420F: hue angle of 16.02º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE420F is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 15 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.19 |
| HSL | 16.02º | 0.86% | 0.43% | - |
| HSV(B) | 16.02º | 0.93% | 0.81% | - |
| XYZ | 27.49 | 17.05 | 2.29 | - |
| YUV | 102.05 | 78.88 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 15 | 0 | 0.68 | 0.93 | 0.19 | 16.02 | 0.86 | 0.43 |
| Hex | CE | 42 | F | 0 | 44 | 5D | 13 | 10 | 56 | 2B |
| Octal | 316 | 102 | 17 | 0 | 104 | 135 | 23 | 20 | 126 | 53 |
| Binary | 11001110 | 1000010 | 1111 | 0 | 1000100 | 1011101 | 10011 | 10000 | 1010110 | 101011 |
Color Harmonies of #CE420F
Complementary color
Monochromatic Colors of #CE420F
Black with #CE420F
Text Example
Text Example
White with #CE420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE420F; }
p { color: rgb(206,66,15); }
H1.HeaderClassName
{
color: #CE420F;
}
.AnyTagClassName
{
color: #CE420F;
}
</style>
background-color css
<style>
a { background-color: #CE420F; }
a { background-color: rgb(206,66,15); }
div.DivClassName
{
background-color: #CE420F;
}
.BgClassName
{
background-color: #CE420F;
}
</style>
border-color css
<style>
span { border-color: #CE420F; }
span { border-color: rgb(206,66,15); }
td.TdClassName
{
border-color: #CE420F;
}
.TagClassName
{
border-color: #CE420F;
}
</style>