#CE380F

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

Shades of Harley Davidson Orange #CE380F

Tints of Harley Davidson Orange #CE380F

Color information

#CE380F (or 0xCE380F) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 38 and 0F. RGB value is (206,56,15). Sum of RGB (Red+Green+Blue) = 206+56+15=277 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.37% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 206 - color contains mainly: red. Hex color #CE380F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE380F is #31C7F0. Grayscale: #606060. Windows color (decimal): -3262449 or 997582. OLE color: 997582.

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

Color convert

RGB2065615-
CMYK00.730.930.19
HSL12.88º86.43%43.33%-
HSV(B)12.88º92.72%80.78%-
XYZ26.9515.982.12-
YUV96.1882.2206.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 74.37%
GREEN value IS 56 (22.27% from 255) = 20.22%
BLUE value IS 15 (6.25% from 255) = 5.42%
R=74.37%
G=20.22%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206561500.730.930.1912.8886.4343.33
HexCE38F0495D13d562b
Octal31670170111135231512653
Binary1100111011100011110100100110111011001111011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE380F; }

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

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

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

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

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

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

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

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