Html Css Color HEX #D5503C Dark Coral

📋 copy color: '#D5503C'

red 213 ◦ green 80 ◦ blue 60

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

Shades of Dark Coral #D5503C

Tints of Dark Coral #D5503C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17%

R = 60.34%
G = 22.66%
B = 17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5503C (or 0xD5503C) is known color: Dark Coral. HEX triplet: D5, 50 and 3C. RGB value is (213,80,60). Sum of RGB (Red+Green+Blue) = 213+80+60=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D5503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5503C is #2AAFC3. Grayscale: #757575. Windows color (decimal): -2797508 or 3952853. OLE color: 3952853.

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

Color convert

RGB 213 80 60 -
CMYK 0 0.62 0.72 0.16
HSL 7.84º 0.65% 0.54% -
HSV(B) 7.84º 0.72% 0.84% -
XYZ 31.12 20.21 6.54 -
YUV 117.49 95.56 196.13 -
System Red Green Blue C M Y K H S L
Decimal 213 80 60 0 0.62 0.72 0.16 7.84 0.65 0.54
Hex D5 50 3C 0 3E 48 10 8 41 36
Octal 325 120 74 0 76 110 20 10 101 66
Binary 11010101 1010000 111100 0 111110 1001000 10000 1000 1000001 110110

Color Harmonies of #D5503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5503C

Black with #D5503C

Text Example


Text Example

White with #D5503C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5503C; }

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

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

background-color css

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

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

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

border-color css

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

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

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