Html Css Color HEX #D2553E Dark Coral

📋 copy color: '#D2553E'

red 210 ◦ green 85 ◦ blue 62

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

Shades of Dark Coral #D2553E

Tints of Dark Coral #D2553E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.81%

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

R = 58.82%
G = 23.81%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2553E (or 0xD2553E) is known color: Dark Coral. HEX triplet: D2, 55 and 3E. RGB value is (210,85,62). Sum of RGB (Red+Green+Blue) = 210+85+62=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D2553E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2553E is #2DAAC1. Grayscale: #777777. Windows color (decimal): -2992834 or 4085202. OLE color: 4085202.

HSL color Cylindrical-coordinate representation of color #D2553E: hue angle of 9.32º 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 #D2553E is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 85 62 -
CMYK 0 0.60 0.70 0.18
HSL 9.32º 0.62% 0.53% -
HSV(B) 9.32º 0.7% 0.82% -
XYZ 30.7 20.55 6.91 -
YUV 119.75 95.41 192.37 -
System Red Green Blue C M Y K H S L
Decimal 210 85 62 0 0.60 0.70 0.18 9.32 0.62 0.53
Hex D2 55 3E 0 3C 46 12 9 3E 35
Octal 322 125 76 0 74 106 22 11 76 65
Binary 11010010 1010101 111110 0 111100 1000110 10010 1001 111110 110101

Color Harmonies of #D2553E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2553E

Black with #D2553E

Text Example


Text Example

White with #D2553E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2553E; }

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

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

background-color css

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

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

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

border-color css

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

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

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