Html Css Color HEX #D55D41 Dark Coral

📋 copy color: '#D55D41'

red 213 ◦ green 93 ◦ blue 65

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

Shades of Dark Coral #D55D41

Tints of Dark Coral #D55D41

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.07%

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

R = 57.41%
G = 25.07%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D55D41 (or 0xD55D41) is known color: Dark Coral. HEX triplet: D5, 5D and 41. RGB value is (213,93,65). Sum of RGB (Red+Green+Blue) = 213+93+65=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55D41 is #2AA2BE. Grayscale: #7D7D7D. Windows color (decimal): -2794175 or 4283861. OLE color: 4283861.

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

Color convert

RGB 213 93 65 -
CMYK 0 0.56 0.69 0.16
HSL 11.35º 0.64% 0.55% -
HSV(B) 11.35º 0.69% 0.84% -
XYZ 32.31 22.36 7.61 -
YUV 125.69 93.76 190.28 -
System Red Green Blue C M Y K H S L
Decimal 213 93 65 0 0.56 0.69 0.16 11.35 0.64 0.55
Hex D5 5D 41 0 38 45 10 B 40 37
Octal 325 135 101 0 70 105 20 13 100 67
Binary 11010101 1011101 1000001 0 111000 1000101 10000 1011 1000000 110111

Color Harmonies of #D55D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55D41

Black with #D55D41

Text Example


Text Example

White with #D55D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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