#ce460f

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

Shades of Harley Davidson Orange #CE460F

Tints of Harley Davidson Orange #CE460F

Color information

#CE460F (or 0xCE460F) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 46 and 0F. RGB value is (206,70,15). Sum of RGB (Red+Green+Blue) = 206+70+15=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE460F is #31B9F0. Grayscale: #686868. Windows color (decimal): -3258865 or 1001166. OLE color: 1001166.

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

Color convert

RGB2067015-
CMYK00.660.930.19
HSL17.28º86.43%43.33%-
HSV(B)17.28º92.72%80.78%-
XYZ27.7317.542.38-
YUV104.3977.56200.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 70.79%
GREEN value IS 70 (27.73% from 255) = 24.05%
BLUE value IS 15 (6.25% from 255) = 5.15%
R=70.79%
G=24.05%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206701500.660.930.1917.2886.4343.33
HexCE46F0425D1311562b
Octal316106170102135232112653
Binary110011101000110111101000010101110110011100011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce460f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce460f; }

 p { color: rgb(206,70,15); }

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

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

 a { background-color: rgb(206,70,15); }

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

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

 span { border-color: rgb(206,70,15); }

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