Html Css Color HEX #D7523A Dark Coral

📋 copy color: '#D7523A'

red 215 ◦ green 82 ◦ blue 58

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

Shades of Dark Coral #D7523A

Tints of Dark Coral #D7523A

RGB

 RED value IS 215 (84.38% from 255) = 60.56%

 GREEN value IS 82 (32.42% from 255) = 23.1%

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

R = 60.56%
G = 23.1%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D7523A (or 0xD7523A) is known color: Dark Coral. HEX triplet: D7, 52 and 3A. RGB value is (215,82,58). Sum of RGB (Red+Green+Blue) = 215+82+58=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D7523A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7523A is #28ADC5. Grayscale: #777777. Windows color (decimal): -2665926 or 3822295. OLE color: 3822295.

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

Color convert

RGB 215 82 58 -
CMYK 0 0.62 0.73 0.16
HSL 9.17º 0.66% 0.54% -
HSV(B) 9.17º 0.73% 0.84% -
XYZ 31.81 20.79 6.34 -
YUV 119.03 93.56 196.45 -
System Red Green Blue C M Y K H S L
Decimal 215 82 58 0 0.62 0.73 0.16 9.17 0.66 0.54
Hex D7 52 3A 0 3E 49 10 9 42 36
Octal 327 122 72 0 76 111 20 11 102 66
Binary 11010111 1010010 111010 0 111110 1001001 10000 1001 1000010 110110

Color Harmonies of #D7523A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7523A

Black with #D7523A

Text Example


Text Example

White with #D7523A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7523A; }

 p { color: rgb(215,82,58); }

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

background-color css

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

 a { background-color: rgb(215,82,58); }

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

border-color css

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

 span { border-color: rgb(215,82,58); }

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