Html Css Color HEX #DD613D Sorbus

📋 copy color: '#DD613D'

red 221 ◦ green 97 ◦ blue 61

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

Shades of Sorbus #DD613D

Tints of Sorbus #DD613D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.09%

R = 58.31%
G = 25.59%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD613D (or 0xDD613D) is known color: Sorbus. HEX triplet: DD, 61 and 3D. RGB value is (221,97,61). Sum of RGB (Red+Green+Blue) = 221+97+61=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD613D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD613D is #229EC2. Grayscale: #828282. Windows color (decimal): -2268867 or 4022749. OLE color: 4022749.

HSL color Cylindrical-coordinate representation of color #DD613D: hue angle of 13.5º 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 #DD613D is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 97 61 -
CMYK 0 0.56 0.72 0.13
HSL 13.5º 0.7% 0.55% -
HSV(B) 13.5º 0.72% 0.87% -
XYZ 34.94 24.26 7.26 -
YUV 129.97 89.08 192.93 -
System Red Green Blue C M Y K H S L
Decimal 221 97 61 0 0.56 0.72 0.13 13.5 0.7 0.55
Hex DD 61 3D 0 38 48 D E 46 37
Octal 335 141 75 0 70 110 15 16 106 67
Binary 11011101 1100001 111101 0 111000 1001000 1101 1110 1000110 110111

Color Harmonies of #DD613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD613D

Black with #DD613D

Text Example


Text Example

White with #DD613D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD613D; }

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

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

background-color css

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

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

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

border-color css

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

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

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