#CE260C

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

Shades of Harley Davidson Orange #CE260C

Tints of Harley Davidson Orange #CE260C

Color information

#CE260C (or 0xCE260C) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 26 and 0C. RGB value is (206,38,12). Sum of RGB (Red+Green+Blue) = 206+38+12=256 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.47% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 206 - color contains mainly: red. Hex color #CE260C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE260C is #31D9F3. Grayscale: #555555. Windows color (decimal): -3267060 or 796366. OLE color: 796366.

HSL color Cylindrical-coordinate representation of color #CE260C: hue angle of 8.04º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE260C is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB2063812-
CMYK00.820.940.19
HSL8.04º88.99%42.75%-
HSV(B)8.04º94.17%80.78%-
XYZ26.2114.531.77-
YUV85.2786.66214.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 80.47%
GREEN value IS 38 (15.23% from 255) = 14.84%
BLUE value IS 12 (5.08% from 255) = 4.69%
R=80.47%
G=14.84%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206381200.820.940.198.0488.9942.75
HexCE26C0525E138592b
Octal31646140122136231013153
Binary1100111010011011000101001010111101001110001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE260C; }

 p { color: rgb(206,38,12); }

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

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

 a { background-color: rgb(206,38,12); }

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

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

 span { border-color: rgb(206,38,12); }

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