Html Css Color HEX #DD613F Sorbus

📋 copy color: '#DD613F'

red 221 ◦ green 97 ◦ blue 63

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

Shades of Sorbus #DD613F

Tints of Sorbus #DD613F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.54%

R = 58.01%
G = 25.46%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD613F (or 0xDD613F) is known color: Sorbus. HEX triplet: DD, 61 and 3F. RGB value is (221,97,63). Sum of RGB (Red+Green+Blue) = 221+97+63=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD613F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD613F is #229EC0. Grayscale: #828282. Windows color (decimal): -2268865 or 4153821. OLE color: 4153821.

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

Color convert

RGB 221 97 63 -
CMYK 0 0.56 0.71 0.13
HSL 12.91º 0.7% 0.56% -
HSV(B) 12.91º 0.71% 0.87% -
XYZ 34.99 24.28 7.55 -
YUV 130.2 90.08 192.76 -
System Red Green Blue C M Y K H S L
Decimal 221 97 63 0 0.56 0.71 0.13 12.91 0.7 0.56
Hex DD 61 3F 0 38 47 D D 46 38
Octal 335 141 77 0 70 107 15 15 106 70
Binary 11011101 1100001 111111 0 111000 1000111 1101 1101 1000110 111000

Color Harmonies of #DD613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD613F

Black with #DD613F

Text Example


Text Example

White with #DD613F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD613F; }

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

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

background-color css

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

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

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

border-color css

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

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

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