#CE2A15

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

Shades of Harley Davidson Orange #CE2A15

Tints of Harley Davidson Orange #CE2A15

Color information

#CE2A15 (or 0xCE2A15) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 2A and 15. RGB value is (206,42,21). Sum of RGB (Red+Green+Blue) = 206+42+21=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2A15 is #31D5EA. Grayscale: #585858. Windows color (decimal): -3266027 or 1387214. OLE color: 1387214.

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

Color convert

RGB2064221-
CMYK00.800.900.19
HSL6.81º81.5%44.51%-
HSV(B)6.81º89.81%80.78%-
XYZ26.4214.832.18-
YUV88.6489.83211.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 76.58%
GREEN value IS 42 (16.80% from 255) = 15.61%
BLUE value IS 21 (8.59% from 255) = 7.81%
R=76.58%
G=15.61%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206422100.800.900.196.8181.544.51
HexCE2A150505A137512d
Octal3165225012013223712155
Binary1100111010101010101010100001011010100111111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2A15; }

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

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

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

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

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

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

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

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