#CE3D15

Color #CE3D15 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #CE3D15

Tints of Harley Davidson Orange #CE3D15

Color information

#CE3D15 (or 0xCE3D15) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 3D and 15. RGB value is (206,61,21). Sum of RGB (Red+Green+Blue) = 206+61+21=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3D15 is #31C2EA. Grayscale: #646464. Windows color (decimal): -3261163 or 1392078. OLE color: 1392078.

HSL color Cylindrical-coordinate representation of color #CE3D15: hue angle of 12.97º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE3D15 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB2066121-
CMYK00.700.900.19
HSL12.97º81.5%44.51%-
HSV(B)12.97º89.81%80.78%-
XYZ27.2616.512.46-
YUV99.7983.54203.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 71.53%
GREEN value IS 61 (24.22% from 255) = 21.18%
BLUE value IS 21 (8.59% from 255) = 7.29%
R=71.53%
G=21.18%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206612100.700.900.1912.9781.544.51
HexCE3D150465A13d512d
Octal31675250106132231512155
Binary11001110111101101010100011010110101001111011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3D15; }

 p { color: rgb(206,61,21); }

 H1.HeaderClassName
 {
   color: #CE3D15;
 }
 .AnyTagClassName
 {
   color: #CE3D15;
 }
</style>
background-color css

<style>
 a { background-color: #CE3D15; }

 a { background-color: rgb(206,61,21); }

 div.DivClassName
 {
   background-color: #CE3D15;
 }
 .BgClassName
 {
   background-color: #CE3D15;
 }
</style>
border-color css

<style>
 span { border-color: #CE3D15; }

 span { border-color: rgb(206,61,21); }

 td.TdClassName
 {
   border-color: #CE3D15;
 }
 .TagClassName
 {
   border-color: #CE3D15;
 }
</style>