#D26E3E

Color #D26E3E Sorbus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sorbus #D26E3E

Tints of Sorbus #D26E3E

Color information

#D26E3E (or 0xD26E3E) is unknown color: approx Sorbus. HEX triplet: D2, 6E and 3E. RGB value is (210,110,62). Sum of RGB (Red+Green+Blue) = 210+110+62=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D26E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26E3E is #2D91C1. Grayscale: #868686. Windows color (decimal): -2986434 or 4091602. OLE color: 4091602.

HSL color Cylindrical-coordinate representation of color #D26E3E: hue angle of 19.46º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D26E3E is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB21011062-
CMYK00.480.700.18
HSL19.46º62.18%53.33%-
HSV(B)19.46º70.48%82.35%-
XYZ33.0225.27.68-
YUV134.4387.13181.9-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.97%
GREEN value IS 110 (43.36% from 255) = 28.80%
BLUE value IS 62 (24.61% from 255) = 16.23%
R=54.97%
G=28.80%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101106200.480.700.1819.4662.1853.33
HexD26E3E0304612133e35
Octal3221567606010622237665
Binary110100101101110111110011000010001101001010011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26E3E; }

 p { color: rgb(210,110,62); }

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

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

 a { background-color: rgb(210,110,62); }

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

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

 span { border-color: rgb(210,110,62); }

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