Html Css Color HEX #D55945 Dark Coral

📋 copy color: '#D55945'

red 213 ◦ green 89 ◦ blue 69

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

Shades of Dark Coral #D55945

Tints of Dark Coral #D55945

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.99%

 BLUE value IS 69 (27.34% from 255) = 18.6%

R = 57.41%
G = 23.99%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D55945 (or 0xD55945) is known color: Dark Coral. HEX triplet: D5, 59 and 45. RGB value is (213,89,69). Sum of RGB (Red+Green+Blue) = 213+89+69=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D55945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55945 is #2AA6BA. Grayscale: #7C7C7C. Windows color (decimal): -2795195 or 4544981. OLE color: 4544981.

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

Color convert

RGB 213 89 69 -
CMYK 0 0.58 0.68 0.16
HSL 8.33º 0.63% 0.55% -
HSV(B) 8.33º 0.68% 0.84% -
XYZ 32.09 21.72 8.13 -
YUV 123.8 97.08 191.63 -
System Red Green Blue C M Y K H S L
Decimal 213 89 69 0 0.58 0.68 0.16 8.33 0.63 0.55
Hex D5 59 45 0 3A 44 10 8 3F 37
Octal 325 131 105 0 72 104 20 10 77 67
Binary 11010101 1011001 1000101 0 111010 1000100 10000 1000 111111 110111

Color Harmonies of #D55945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55945

Black with #D55945

Text Example


Text Example

White with #D55945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55945; }

 p { color: rgb(213,89,69); }

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

background-color css

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

 a { background-color: rgb(213,89,69); }

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

border-color css

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

 span { border-color: rgb(213,89,69); }

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