#CE4B15

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

Shades of Harley Davidson Orange #CE4B15

Tints of Harley Davidson Orange #CE4B15

Color information

#CE4B15 (or 0xCE4B15) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 4B and 15. RGB value is (206,75,21). Sum of RGB (Red+Green+Blue) = 206+75+21=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4B15 is #31B4EA. Grayscale: #6C6C6C. Windows color (decimal): -3257579 or 1395662. OLE color: 1395662.

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

Color convert

RGB2067521-
CMYK00.640.900.19
HSL17.51º81.5%44.51%-
HSV(B)17.51º89.81%80.78%-
XYZ28.1118.212.74-
YUV108.0178.9197.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 68.21%
GREEN value IS 75 (29.69% from 255) = 24.83%
BLUE value IS 21 (8.59% from 255) = 6.95%
R=68.21%
G=24.83%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206752100.640.900.1917.5181.544.51
HexCE4B150405A1312512d
Octal316113250100132232212155
Binary1100111010010111010101000000101101010011100101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4B15; }

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

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

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

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

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

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

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

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