Html Css Color HEX #D55440 Dark Coral

📋 copy color: '#D55440'

red 213 ◦ green 84 ◦ blue 64

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

Shades of Dark Coral #D55440

Tints of Dark Coral #D55440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.27%

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

R = 59%
G = 23.27%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D55440 (or 0xD55440) is known color: Dark Coral. HEX triplet: D5, 54 and 40. RGB value is (213,84,64). Sum of RGB (Red+Green+Blue) = 213+84+64=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D55440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55440 is #2AABBF. Grayscale: #787878. Windows color (decimal): -2796480 or 4216021. OLE color: 4216021.

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

Color convert

RGB 213 84 64 -
CMYK 0 0.61 0.70 0.16
HSL 8.05º 0.64% 0.54% -
HSV(B) 8.05º 0.7% 0.84% -
XYZ 31.54 20.86 7.21 -
YUV 120.29 96.24 194.13 -
System Red Green Blue C M Y K H S L
Decimal 213 84 64 0 0.61 0.70 0.16 8.05 0.64 0.54
Hex D5 54 40 0 3D 46 10 8 40 36
Octal 325 124 100 0 75 106 20 10 100 66
Binary 11010101 1010100 1000000 0 111101 1000110 10000 1000 1000000 110110

Color Harmonies of #D55440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55440

Black with #D55440

Text Example


Text Example

White with #D55440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55440; }

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

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

background-color css

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

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

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

border-color css

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

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

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