Html Css Color HEX #D2523E Dark Coral

📋 copy color: '#D2523E'

red 210 ◦ green 82 ◦ blue 62

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

Shades of Dark Coral #D2523E

Tints of Dark Coral #D2523E

RGB

 RED value IS 210 (82.42% from 255) = 59.32%

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

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

R = 59.32%
G = 23.16%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2523E (or 0xD2523E) is known color: Dark Coral. HEX triplet: D2, 52 and 3E. RGB value is (210,82,62). Sum of RGB (Red+Green+Blue) = 210+82+62=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D2523E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2523E is #2DADC1. Grayscale: #767676. Windows color (decimal): -2993602 or 4084434. OLE color: 4084434.

HSL color Cylindrical-coordinate representation of color #D2523E: hue angle of 8.11º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2523E is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 82 62 -
CMYK 0 0.61 0.70 0.18
HSL 8.11º 0.62% 0.53% -
HSV(B) 8.11º 0.7% 0.82% -
XYZ 30.47 20.08 6.83 -
YUV 117.99 96.41 193.63 -
System Red Green Blue C M Y K H S L
Decimal 210 82 62 0 0.61 0.70 0.18 8.11 0.62 0.53
Hex D2 52 3E 0 3D 46 12 8 3E 35
Octal 322 122 76 0 75 106 22 10 76 65
Binary 11010010 1010010 111110 0 111101 1000110 10010 1000 111110 110101

Color Harmonies of #D2523E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2523E

Black with #D2523E

Text Example


Text Example

White with #D2523E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2523E; }

 p { color: rgb(210,82,62); }

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

background-color css

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

 a { background-color: rgb(210,82,62); }

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

border-color css

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

 span { border-color: rgb(210,82,62); }

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