#CE471C

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

Shades of Harley Davidson Orange #CE471C

Tints of Harley Davidson Orange #CE471C

Color information

#CE471C (or 0xCE471C) is unknown color: approx Harley Davidson Orange. HEX triplet: CE, 47 and 1C. RGB value is (206,71,28). Sum of RGB (Red+Green+Blue) = 206+71+28=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE471C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE471C is #31B8E3. Grayscale: #6A6A6A. Windows color (decimal): -3258596 or 1853390. OLE color: 1853390.

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

Color convert

RGB2067128-
CMYK00.660.860.19
HSL14.49º76.07%45.88%-
HSV(B)14.49º86.41%80.78%-
XYZ27.9217.713.05-
YUV106.4683.73199-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 67.54%
GREEN value IS 71 (28.12% from 255) = 23.28%
BLUE value IS 28 (11.33% from 255) = 9.18%
R=67.54%
G=23.28%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206712800.660.860.1914.4976.0745.88
HexCE471C0425613e4c2e
Octal316107340102126231611456
Binary110011101000111111000100001010101101001111101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE471C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE471C; }

 p { color: rgb(206,71,28); }

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

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

 a { background-color: rgb(206,71,28); }

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

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

 span { border-color: rgb(206,71,28); }

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