Html Css Color HEX #D5503E Dark Coral

📋 copy color: '#D5503E'

red 213 ◦ green 80 ◦ blue 62

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

Shades of Dark Coral #D5503E

Tints of Dark Coral #D5503E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.54%

 BLUE value IS 62 (24.61% from 255) = 17.46%

R = 60%
G = 22.54%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5503E (or 0xD5503E) is known color: Dark Coral. HEX triplet: D5, 50 and 3E. RGB value is (213,80,62). Sum of RGB (Red+Green+Blue) = 213+80+62=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 62 (24.61% from 255 or 17.46% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D5503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5503E is #2AAFC1. Grayscale: #757575. Windows color (decimal): -2797506 or 4083925. OLE color: 4083925.

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

Color convert

RGB 213 80 62 -
CMYK 0 0.62 0.71 0.16
HSL 7.15º 0.64% 0.54% -
HSV(B) 7.15º 0.71% 0.84% -
XYZ 31.18 20.23 6.82 -
YUV 117.72 96.56 195.96 -
System Red Green Blue C M Y K H S L
Decimal 213 80 62 0 0.62 0.71 0.16 7.15 0.64 0.54
Hex D5 50 3E 0 3E 47 10 7 40 36
Octal 325 120 76 0 76 107 20 7 100 66
Binary 11010101 1010000 111110 0 111110 1000111 10000 111 1000000 110110

Color Harmonies of #D5503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5503E

Black with #D5503E

Text Example


Text Example

White with #D5503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5503E; }

 p { color: rgb(213,80,62); }

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

background-color css

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

 a { background-color: rgb(213,80,62); }

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

border-color css

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

 span { border-color: rgb(213,80,62); }

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