Html Css Color HEX #D55A40 Dark Coral

📋 copy color: '#D55A40'

red 213 ◦ green 90 ◦ blue 64

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

Shades of Dark Coral #D55A40

Tints of Dark Coral #D55A40

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.52%

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

R = 58.04%
G = 24.52%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D55A40 (or 0xD55A40) is known color: Dark Coral. HEX triplet: D5, 5A and 40. RGB value is (213,90,64). Sum of RGB (Red+Green+Blue) = 213+90+64=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55A40 is #2AA5BF. Grayscale: #7C7C7C. Windows color (decimal): -2794944 or 4217557. OLE color: 4217557.

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

Color convert

RGB 213 90 64 -
CMYK 0 0.58 0.70 0.16
HSL 10.47º 0.64% 0.54% -
HSV(B) 10.47º 0.7% 0.84% -
XYZ 32.02 21.83 7.38 -
YUV 123.81 94.25 191.61 -
System Red Green Blue C M Y K H S L
Decimal 213 90 64 0 0.58 0.70 0.16 10.47 0.64 0.54
Hex D5 5A 40 0 3A 46 10 A 40 36
Octal 325 132 100 0 72 106 20 12 100 66
Binary 11010101 1011010 1000000 0 111010 1000110 10000 1010 1000000 110110

Color Harmonies of #D55A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A40

Black with #D55A40

Text Example


Text Example

White with #D55A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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