#ce1a15

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

Shades of Harley Davidson Orange #CE1A15

Tints of Harley Davidson Orange #CE1A15

Color information

#CE1A15 (or 0xCE1A15) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 1A and 15. RGB value is (206,26,21). Sum of RGB (Red+Green+Blue) = 206+26+21=253 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.42% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1A15 is #31E5EA. Grayscale: #4F4F4F. Windows color (decimal): -3270123 or 1383118. OLE color: 1383118.

HSL color Cylindrical-coordinate representation of color #CE1A15: hue angle of 1.62º 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 #CE1A15 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB2062621-
CMYK00.870.900.19
HSL1.62º81.5%44.51%-
HSV(B)1.62º89.81%80.78%-
XYZ25.9613.912.03-
YUV79.2595.13218.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 81.42%
GREEN value IS 26 (10.55% from 255) = 10.28%
BLUE value IS 21 (8.59% from 255) = 8.30%
R=81.42%
G=10.28%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206262100.870.900.191.6281.544.51
HexCE1A150575A132512d
Octal3163225012713223212155
Binary11001110110101010101010111101101010011101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce1a15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce1a15; }

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

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

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

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

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

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

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

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