Html Css Color HEX #DD613B Sorbus

📋 copy color: '#DD613B'

red 221 ◦ green 97 ◦ blue 59

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

Shades of Sorbus #DD613B

Tints of Sorbus #DD613B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.73%

 BLUE value IS 59 (23.44% from 255) = 15.65%

R = 58.62%
G = 25.73%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD613B (or 0xDD613B) is known color: Sorbus. HEX triplet: DD, 61 and 3B. RGB value is (221,97,59). Sum of RGB (Red+Green+Blue) = 221+97+59=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD613B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD613B is #229EC4. Grayscale: #828282. Windows color (decimal): -2268869 or 3891677. OLE color: 3891677.

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

Color convert

RGB 221 97 59 -
CMYK 0 0.56 0.73 0.13
HSL 14.07º 0.7% 0.55% -
HSV(B) 14.07º 0.73% 0.87% -
XYZ 34.88 24.24 6.98 -
YUV 129.74 88.08 193.09 -
System Red Green Blue C M Y K H S L
Decimal 221 97 59 0 0.56 0.73 0.13 14.07 0.7 0.55
Hex DD 61 3B 0 38 49 D E 46 37
Octal 335 141 73 0 70 111 15 16 106 67
Binary 11011101 1100001 111011 0 111000 1001001 1101 1110 1000110 110111

Color Harmonies of #DD613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD613B

Black with #DD613B

Text Example


Text Example

White with #DD613B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD613B; }

 p { color: rgb(221,97,59); }

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

background-color css

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

 a { background-color: rgb(221,97,59); }

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

border-color css

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

 span { border-color: rgb(221,97,59); }

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