Html Css Color HEX #CE2D02 Harley Davidson Orange
📋 copy color: '#CE2D02'red 206 ◦ green 45 ◦ blue 2
Shades of Harley Davidson Orange #CE2D02
Tints of Harley Davidson Orange #CE2D02
RGB
CMYK
RGB Variations
Color information
#CE2D02 (or 0xCE2D02) is known color: Harley Davidson Orange. HEX triplet: CE, 2D and 02. RGB value is (206,45,2). Sum of RGB (Red+Green+Blue) = 206+45+2=253 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.42% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2D02 is #31D2FD. Grayscale: #585858. Windows color (decimal): -3265278 or 142798. OLE color: 142798.
HSL color Cylindrical-coordinate representation of color #CE2D02: hue angle of 12.65º 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 #CE2D02 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.19 |
| HSL | 12.65º | 0.98% | 0.41% | - |
| HSV(B) | 12.65º | 0.99% | 0.81% | - |
| XYZ | 26.4 | 15 | 1.56 | - |
| YUV | 88.24 | 79.34 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 2 | 0 | 0.78 | 0.99 | 0.19 | 12.65 | 0.98 | 0.41 |
| Hex | CE | 2D | 2 | 0 | 4E | 63 | 13 | D | 62 | 29 |
| Octal | 316 | 55 | 2 | 0 | 116 | 143 | 23 | 15 | 142 | 51 |
| Binary | 11001110 | 101101 | 10 | 0 | 1001110 | 1100011 | 10011 | 1101 | 1100010 | 101001 |
Color Harmonies of #CE2D02
Complementary color
Monochromatic Colors of #CE2D02
Black with #CE2D02
Text Example
Text Example
White with #CE2D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2D02; }
p { color: rgb(206,45,2); }
H1.HeaderClassName
{
color: #CE2D02;
}
.AnyTagClassName
{
color: #CE2D02;
}
</style>
background-color css
<style>
a { background-color: #CE2D02; }
a { background-color: rgb(206,45,2); }
div.DivClassName
{
background-color: #CE2D02;
}
.BgClassName
{
background-color: #CE2D02;
}
</style>
border-color css
<style>
span { border-color: #CE2D02; }
span { border-color: rgb(206,45,2); }
td.TdClassName
{
border-color: #CE2D02;
}
.TagClassName
{
border-color: #CE2D02;
}
</style>