Html Css Color HEX #D55E4A Dark Coral

📋 copy color: '#D55E4A'

red 213 ◦ green 94 ◦ blue 74

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

Shades of Dark Coral #D55E4A

Tints of Dark Coral #D55E4A

RGB

 RED value IS 213 (83.59% from 255) = 55.91%

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

 BLUE value IS 74 (29.3% from 255) = 19.42%

R = 55.91%
G = 24.67%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D55E4A (or 0xD55E4A) is known color: Dark Coral. HEX triplet: D5, 5E and 4A. RGB value is (213,94,74). Sum of RGB (Red+Green+Blue) = 213+94+74=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55E4A is #2AA1B5. Grayscale: #7F7F7F. Windows color (decimal): -2793910 or 4873941. OLE color: 4873941.

HSL color Cylindrical-coordinate representation of color #D55E4A: hue angle of 8.63º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D55E4A is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 94 74 -
CMYK 0 0.56 0.65 0.16
HSL 8.63º 0.62% 0.56% -
HSV(B) 8.63º 0.65% 0.84% -
XYZ 32.68 22.65 9.13 -
YUV 127.3 97.92 189.13 -
System Red Green Blue C M Y K H S L
Decimal 213 94 74 0 0.56 0.65 0.16 8.63 0.62 0.56
Hex D5 5E 4A 0 38 41 10 9 3E 38
Octal 325 136 112 0 70 101 20 11 76 70
Binary 11010101 1011110 1001010 0 111000 1000001 10000 1001 111110 111000

Color Harmonies of #D55E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55E4A

Black with #D55E4A

Text Example


Text Example

White with #D55E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55E4A; }

 p { color: rgb(213,94,74); }

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

background-color css

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

 a { background-color: rgb(213,94,74); }

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

border-color css

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

 span { border-color: rgb(213,94,74); }

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