#CE2915

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

Shades of Harley Davidson Orange #CE2915

Tints of Harley Davidson Orange #CE2915

Color information

#CE2915 (or 0xCE2915) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 29 and 15. RGB value is (206,41,21). Sum of RGB (Red+Green+Blue) = 206+41+21=268 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.87% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2915 is #31D6EA. Grayscale: #585858. Windows color (decimal): -3266283 or 1386958. OLE color: 1386958.

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

Color convert

RGB2064121-
CMYK00.800.900.19
HSL6.49º81.5%44.51%-
HSV(B)6.49º89.81%80.78%-
XYZ26.3814.762.17-
YUV88.0690.16212.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 76.87%
GREEN value IS 41 (16.41% from 255) = 15.30%
BLUE value IS 21 (8.59% from 255) = 7.84%
R=76.87%
G=15.30%
B=7.84%

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
Decimal206412100.800.900.196.4981.544.51
HexCE29150505A136512d
Octal3165125012013223612155
Binary1100111010100110101010100001011010100111101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2915; }

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

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

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

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

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

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

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

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