Html Css Color HEX #D55A46 Dark Coral

📋 copy color: '#D55A46'

red 213 ◦ green 90 ◦ blue 70

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

Shades of Dark Coral #D55A46

Tints of Dark Coral #D55A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.77%

R = 57.1%
G = 24.13%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D55A46 (or 0xD55A46) is known color: Dark Coral. HEX triplet: D5, 5A and 46. RGB value is (213,90,70). Sum of RGB (Red+Green+Blue) = 213+90+70=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55A46 is #2AA5B9. Grayscale: #7C7C7C. Windows color (decimal): -2794938 or 4610773. OLE color: 4610773.

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

Color convert

RGB 213 90 70 -
CMYK 0 0.58 0.67 0.16
HSL 8.39º 0.63% 0.55% -
HSV(B) 8.39º 0.67% 0.84% -
XYZ 32.2 21.9 8.32 -
YUV 124.5 97.25 191.13 -
System Red Green Blue C M Y K H S L
Decimal 213 90 70 0 0.58 0.67 0.16 8.39 0.63 0.55
Hex D5 5A 46 0 3A 43 10 8 3F 37
Octal 325 132 106 0 72 103 20 10 77 67
Binary 11010101 1011010 1000110 0 111010 1000011 10000 1000 111111 110111

Color Harmonies of #D55A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A46

Black with #D55A46

Text Example


Text Example

White with #D55A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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