Html Css Color HEX #D6503A Dark Coral

📋 copy color: '#D6503A'

red 214 ◦ green 80 ◦ blue 58

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

Shades of Dark Coral #D6503A

Tints of Dark Coral #D6503A

RGB

 RED value IS 214 (83.98% from 255) = 60.8%

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

 BLUE value IS 58 (23.05% from 255) = 16.48%

R = 60.8%
G = 22.73%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6503A (or 0xD6503A) is known color: Dark Coral. HEX triplet: D6, 50 and 3A. RGB value is (214,80,58). Sum of RGB (Red+Green+Blue) = 214+80+58=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D6503A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6503A is #29AFC5. Grayscale: #757575. Windows color (decimal): -2731974 or 3821782. OLE color: 3821782.

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

Color convert

RGB 214 80 58 -
CMYK 0 0.63 0.73 0.16
HSL 8.46º 0.66% 0.53% -
HSV(B) 8.46º 0.73% 0.84% -
XYZ 31.36 20.34 6.28 -
YUV 117.56 94.39 196.79 -
System Red Green Blue C M Y K H S L
Decimal 214 80 58 0 0.63 0.73 0.16 8.46 0.66 0.53
Hex D6 50 3A 0 3F 49 10 8 42 35
Octal 326 120 72 0 77 111 20 10 102 65
Binary 11010110 1010000 111010 0 111111 1001001 10000 1000 1000010 110101

Color Harmonies of #D6503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6503A

Black with #D6503A

Text Example


Text Example

White with #D6503A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6503A; }

 p { color: rgb(214,80,58); }

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

background-color css

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

 a { background-color: rgb(214,80,58); }

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

border-color css

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

 span { border-color: rgb(214,80,58); }

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