Html Css Color HEX #D55A3E Dark Coral

📋 copy color: '#D55A3E'

red 213 ◦ green 90 ◦ blue 62

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

Shades of Dark Coral #D55A3E

Tints of Dark Coral #D55A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.99%

R = 58.36%
G = 24.66%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D55A3E (or 0xD55A3E) is known color: Dark Coral. HEX triplet: D5, 5A and 3E. RGB value is (213,90,62). Sum of RGB (Red+Green+Blue) = 213+90+62=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55A3E is #2AA5C1. Grayscale: #7B7B7B. Windows color (decimal): -2794946 or 4086485. OLE color: 4086485.

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

Color convert

RGB 213 90 62 -
CMYK 0 0.58 0.71 0.16
HSL 11.13º 0.64% 0.54% -
HSV(B) 11.13º 0.71% 0.84% -
XYZ 31.97 21.81 7.08 -
YUV 123.59 93.25 191.78 -
System Red Green Blue C M Y K H S L
Decimal 213 90 62 0 0.58 0.71 0.16 11.13 0.64 0.54
Hex D5 5A 3E 0 3A 47 10 B 40 36
Octal 325 132 76 0 72 107 20 13 100 66
Binary 11010101 1011010 111110 0 111010 1000111 10000 1011 1000000 110110

Color Harmonies of #D55A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A3E

Black with #D55A3E

Text Example


Text Example

White with #D55A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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