Html Css Color HEX #D25546 Dark Coral

📋 copy color: '#D25546'

red 210 ◦ green 85 ◦ blue 70

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

Shades of Dark Coral #D25546

Tints of Dark Coral #D25546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.18%

R = 57.53%
G = 23.29%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D25546 (or 0xD25546) is known color: Dark Coral. HEX triplet: D2, 55 and 46. RGB value is (210,85,70). Sum of RGB (Red+Green+Blue) = 210+85+70=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D25546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25546 is #2DAAB9. Grayscale: #787878. Windows color (decimal): -2992826 or 4609490. OLE color: 4609490.

HSL color Cylindrical-coordinate representation of color #D25546: hue angle of 6.43º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D25546 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 85 70 -
CMYK 0 0.60 0.67 0.18
HSL 6.43º 0.61% 0.55% -
HSV(B) 6.43º 0.67% 0.82% -
XYZ 30.93 20.64 8.15 -
YUV 120.67 99.41 191.72 -
System Red Green Blue C M Y K H S L
Decimal 210 85 70 0 0.60 0.67 0.18 6.43 0.61 0.55
Hex D2 55 46 0 3C 43 12 6 3D 37
Octal 322 125 106 0 74 103 22 6 75 67
Binary 11010010 1010101 1000110 0 111100 1000011 10010 110 111101 110111

Color Harmonies of #D25546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25546

Black with #D25546

Text Example


Text Example

White with #D25546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25546; }

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

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

background-color css

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

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

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

border-color css

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

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

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