Html Css Color HEX #D55F45 Dark Coral

📋 copy color: '#D55F45'

red 213 ◦ green 95 ◦ blue 69

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

Shades of Dark Coral #D55F45

Tints of Dark Coral #D55F45

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.2%

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

R = 56.5%
G = 25.2%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D55F45 (or 0xD55F45) is known color: Dark Coral. HEX triplet: D5, 5F and 45. RGB value is (213,95,69). Sum of RGB (Red+Green+Blue) = 213+95+69=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55F45 is #2AA0BA. Grayscale: #7F7F7F. Windows color (decimal): -2793659 or 4546517. OLE color: 4546517.

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

Color convert

RGB 213 95 69 -
CMYK 0 0.55 0.68 0.16
HSL 10.83º 0.63% 0.55% -
HSV(B) 10.83º 0.68% 0.84% -
XYZ 32.61 22.76 8.3 -
YUV 127.32 95.09 189.11 -
System Red Green Blue C M Y K H S L
Decimal 213 95 69 0 0.55 0.68 0.16 10.83 0.63 0.55
Hex D5 5F 45 0 37 44 10 B 3F 37
Octal 325 137 105 0 67 104 20 13 77 67
Binary 11010101 1011111 1000101 0 110111 1000100 10000 1011 111111 110111

Color Harmonies of #D55F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55F45

Black with #D55F45

Text Example


Text Example

White with #D55F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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