Html Css Color HEX #D55E42 Dark Coral

📋 copy color: '#D55E42'

red 213 ◦ green 94 ◦ blue 66

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

Shades of Dark Coral #D55E42

Tints of Dark Coral #D55E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.69%

R = 57.1%
G = 25.2%
B = 17.69%

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

#D55E42 (or 0xD55E42) is known color: Dark Coral. HEX triplet: D5, 5E and 42. RGB value is (213,94,66). Sum of RGB (Red+Green+Blue) = 213+94+66=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55E42 is #2AA1BD. Grayscale: #7E7E7E. Windows color (decimal): -2793918 or 4349653. OLE color: 4349653.

HSL color Cylindrical-coordinate representation of color #D55E42: hue angle of 11.43º 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 #D55E42 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 94 66 -
CMYK 0 0.56 0.69 0.16
HSL 11.43º 0.64% 0.55% -
HSV(B) 11.43º 0.69% 0.84% -
XYZ 32.43 22.54 7.8 -
YUV 126.39 93.92 189.78 -
System Red Green Blue C M Y K H S L
Decimal 213 94 66 0 0.56 0.69 0.16 11.43 0.64 0.55
Hex D5 5E 42 0 38 45 10 B 40 37
Octal 325 136 102 0 70 105 20 13 100 67
Binary 11010101 1011110 1000010 0 111000 1000101 10000 1011 1000000 110111

Color Harmonies of #D55E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55E42

Black with #D55E42

Text Example


Text Example

White with #D55E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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