Html Css Color HEX #D55E41 Dark Coral

📋 copy color: '#D55E41'

red 213 ◦ green 94 ◦ blue 65

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

Shades of Dark Coral #D55E41

Tints of Dark Coral #D55E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.47%

R = 57.26%
G = 25.27%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D55E41 (or 0xD55E41) is known color: Dark Coral. HEX triplet: D5, 5E and 41. RGB value is (213,94,65). Sum of RGB (Red+Green+Blue) = 213+94+65=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55E41 is #2AA1BE. Grayscale: #7E7E7E. Windows color (decimal): -2793919 or 4284117. OLE color: 4284117.

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

Color convert

RGB 213 94 65 -
CMYK 0 0.56 0.69 0.16
HSL 11.76º 0.64% 0.55% -
HSV(B) 11.76º 0.69% 0.84% -
XYZ 32.4 22.53 7.64 -
YUV 126.28 93.42 189.86 -
System Red Green Blue C M Y K H S L
Decimal 213 94 65 0 0.56 0.69 0.16 11.76 0.64 0.55
Hex D5 5E 41 0 38 45 10 C 40 37
Octal 325 136 101 0 70 105 20 14 100 67
Binary 11010101 1011110 1000001 0 111000 1000101 10000 1100 1000000 110111

Color Harmonies of #D55E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55E41

Black with #D55E41

Text Example


Text Example

White with #D55E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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