Html Css Color HEX #D55A42 Dark Coral

📋 copy color: '#D55A42'

red 213 ◦ green 90 ◦ blue 66

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

Shades of Dark Coral #D55A42

Tints of Dark Coral #D55A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.89%

R = 57.72%
G = 24.39%
B = 17.89%

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

#D55A42 (or 0xD55A42) is known color: Dark Coral. HEX triplet: D5, 5A and 42. RGB value is (213,90,66). Sum of RGB (Red+Green+Blue) = 213+90+66=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55A42 is #2AA5BD. Grayscale: #7C7C7C. Windows color (decimal): -2794942 or 4348629. OLE color: 4348629.

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

Color convert

RGB 213 90 66 -
CMYK 0 0.58 0.69 0.16
HSL 9.8º 0.64% 0.55% -
HSV(B) 9.8º 0.69% 0.84% -
XYZ 32.08 21.85 7.68 -
YUV 124.04 95.25 191.45 -
System Red Green Blue C M Y K H S L
Decimal 213 90 66 0 0.58 0.69 0.16 9.8 0.64 0.55
Hex D5 5A 42 0 3A 45 10 A 40 37
Octal 325 132 102 0 72 105 20 12 100 67
Binary 11010101 1011010 1000010 0 111010 1000101 10000 1010 1000000 110111

Color Harmonies of #D55A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A42

Black with #D55A42

Text Example


Text Example

White with #D55A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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