Html Css Color HEX #D55E40 Dark Coral

📋 copy color: '#D55E40'

red 213 ◦ green 94 ◦ blue 64

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

Shades of Dark Coral #D55E40

Tints of Dark Coral #D55E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.25%

R = 57.41%
G = 25.34%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D55E40 (or 0xD55E40) is known color: Dark Coral. HEX triplet: D5, 5E and 40. RGB value is (213,94,64). Sum of RGB (Red+Green+Blue) = 213+94+64=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55E40 is #2AA1BF. Grayscale: #7E7E7E. Windows color (decimal): -2793920 or 4218581. OLE color: 4218581.

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

Color convert

RGB 213 94 64 -
CMYK 0 0.56 0.70 0.16
HSL 12.08º 0.64% 0.54% -
HSV(B) 12.08º 0.7% 0.84% -
XYZ 32.37 22.52 7.49 -
YUV 126.16 92.92 189.94 -
System Red Green Blue C M Y K H S L
Decimal 213 94 64 0 0.56 0.70 0.16 12.08 0.64 0.54
Hex D5 5E 40 0 38 46 10 C 40 36
Octal 325 136 100 0 70 106 20 14 100 66
Binary 11010101 1011110 1000000 0 111000 1000110 10000 1100 1000000 110110

Color Harmonies of #D55E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55E40

Black with #D55E40

Text Example


Text Example

White with #D55E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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