Html Css Color HEX #CE3C02 Harley Davidson Orange
📋 copy color: '#CE3C02'red 206 ◦ green 60 ◦ blue 2
Shades of Harley Davidson Orange #CE3C02
Tints of Harley Davidson Orange #CE3C02
RGB
CMYK
RGB Variations
Color information
#CE3C02 (or 0xCE3C02) is known color: Harley Davidson Orange. HEX triplet: CE, 3C and 02. RGB value is (206,60,2). Sum of RGB (Red+Green+Blue) = 206+60+2=268 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.87% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3C02 is #31C3FD. Grayscale: #616161. Windows color (decimal): -3261438 or 146638. OLE color: 146638.
HSL color Cylindrical-coordinate representation of color #CE3C02: hue angle of 17.06º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE3C02 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.19 |
| HSL | 17.06º | 0.98% | 0.41% | - |
| HSV(B) | 17.06º | 0.99% | 0.81% | - |
| XYZ | 27.08 | 16.36 | 1.79 | - |
| YUV | 97.04 | 74.37 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 2 | 0 | 0.71 | 0.99 | 0.19 | 17.06 | 0.98 | 0.41 |
| Hex | CE | 3C | 2 | 0 | 47 | 63 | 13 | 11 | 62 | 29 |
| Octal | 316 | 74 | 2 | 0 | 107 | 143 | 23 | 21 | 142 | 51 |
| Binary | 11001110 | 111100 | 10 | 0 | 1000111 | 1100011 | 10011 | 10001 | 1100010 | 101001 |
Color Harmonies of #CE3C02
Complementary color
Monochromatic Colors of #CE3C02
Black with #CE3C02
Text Example
Text Example
White with #CE3C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3C02; }
p { color: rgb(206,60,2); }
H1.HeaderClassName
{
color: #CE3C02;
}
.AnyTagClassName
{
color: #CE3C02;
}
</style>
background-color css
<style>
a { background-color: #CE3C02; }
a { background-color: rgb(206,60,2); }
div.DivClassName
{
background-color: #CE3C02;
}
.BgClassName
{
background-color: #CE3C02;
}
</style>
border-color css
<style>
span { border-color: #CE3C02; }
span { border-color: rgb(206,60,2); }
td.TdClassName
{
border-color: #CE3C02;
}
.TagClassName
{
border-color: #CE3C02;
}
</style>