Html Css Color HEX #DD5E3E Sorbus

📋 copy color: '#DD5E3E'

red 221 ◦ green 94 ◦ blue 62

#DD5E3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sorbus #DD5E3E

Tints of Sorbus #DD5E3E

RGB

 RED value IS 221 (86.72% from 255) = 58.62%

 GREEN value IS 94 (37.11% from 255) = 24.93%

 BLUE value IS 62 (24.61% from 255) = 16.45%

R = 58.62%
G = 24.93%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD5E3E (or 0xDD5E3E) is known color: Sorbus. HEX triplet: DD, 5E and 3E. RGB value is (221,94,62). Sum of RGB (Red+Green+Blue) = 221+94+62=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5E3E is #22A1C1. Grayscale: #808080. Windows color (decimal): -2269634 or 4087517. OLE color: 4087517.

HSL color Cylindrical-coordinate representation of color #DD5E3E: hue angle of 12.08º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD5E3E is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 94 62 -
CMYK 0 0.57 0.72 0.13
HSL 12.08º 0.7% 0.55% -
HSV(B) 12.08º 0.72% 0.87% -
XYZ 34.69 23.73 7.31 -
YUV 128.33 90.58 194.1 -
System Red Green Blue C M Y K H S L
Decimal 221 94 62 0 0.57 0.72 0.13 12.08 0.7 0.55
Hex DD 5E 3E 0 39 48 D C 46 37
Octal 335 136 76 0 71 110 15 14 106 67
Binary 11011101 1011110 111110 0 111001 1001000 1101 1100 1000110 110111

Color Harmonies of #DD5E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5E3E

Black with #DD5E3E

Text Example


Text Example

White with #DD5E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5E3E; }

 p { color: rgb(221,94,62); }

 H1.HeaderClassName
 {
   color: #DD5E3E;
 }
 .AnyTagClassName
 {
   color: #DD5E3E;
 }
</style>

background-color css

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

 a { background-color: rgb(221,94,62); }

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

border-color css

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

 span { border-color: rgb(221,94,62); }

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