Html Css Color HEX #DD5D3F Dark Coral

📋 copy color: '#DD5D3F'

red 221 ◦ green 93 ◦ blue 63

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

Shades of Dark Coral #DD5D3F

Tints of Dark Coral #DD5D3F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.67%

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

R = 58.62%
G = 24.67%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD5D3F (or 0xDD5D3F) is known color: Dark Coral. HEX triplet: DD, 5D and 3F. RGB value is (221,93,63). Sum of RGB (Red+Green+Blue) = 221+93+63=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5D3F is #22A2C0. Grayscale: #808080. Windows color (decimal): -2269889 or 4152797. OLE color: 4152797.

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

Color convert

RGB 221 93 63 -
CMYK 0 0.58 0.71 0.13
HSL 11.39º 0.7% 0.56% -
HSV(B) 11.39º 0.71% 0.87% -
XYZ 34.63 23.56 7.42 -
YUV 127.85 91.41 194.44 -
System Red Green Blue C M Y K H S L
Decimal 221 93 63 0 0.58 0.71 0.13 11.39 0.7 0.56
Hex DD 5D 3F 0 3A 47 D B 46 38
Octal 335 135 77 0 72 107 15 13 106 70
Binary 11011101 1011101 111111 0 111010 1000111 1101 1011 1000110 111000

Color Harmonies of #DD5D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5D3F

Black with #DD5D3F

Text Example


Text Example

White with #DD5D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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