Html Css Color HEX #D55A41 Dark Coral

📋 copy color: '#D55A41'

red 213 ◦ green 90 ◦ blue 65

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

Shades of Dark Coral #D55A41

Tints of Dark Coral #D55A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.66%

R = 57.88%
G = 24.46%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D55A41 (or 0xD55A41) is known color: Dark Coral. HEX triplet: D5, 5A and 41. RGB value is (213,90,65). Sum of RGB (Red+Green+Blue) = 213+90+65=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55A41 is #2AA5BE. Grayscale: #7C7C7C. Windows color (decimal): -2794943 or 4283093. OLE color: 4283093.

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

Color convert

RGB 213 90 65 -
CMYK 0 0.58 0.69 0.16
HSL 10.14º 0.64% 0.55% -
HSV(B) 10.14º 0.69% 0.84% -
XYZ 32.05 21.84 7.53 -
YUV 123.93 94.75 191.53 -
System Red Green Blue C M Y K H S L
Decimal 213 90 65 0 0.58 0.69 0.16 10.14 0.64 0.55
Hex D5 5A 41 0 3A 45 10 A 40 37
Octal 325 132 101 0 72 105 20 12 100 67
Binary 11010101 1011010 1000001 0 111010 1000101 10000 1010 1000000 110111

Color Harmonies of #D55A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A41

Black with #D55A41

Text Example


Text Example

White with #D55A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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