Html Css Color HEX #D25B49 Dark Coral

📋 copy color: '#D25B49'

red 210 ◦ green 91 ◦ blue 73

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

Shades of Dark Coral #D25B49

Tints of Dark Coral #D25B49

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.33%

 BLUE value IS 73 (28.91% from 255) = 19.52%

R = 56.15%
G = 24.33%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D25B49 (or 0xD25B49) is known color: Dark Coral. HEX triplet: D2, 5B and 49. RGB value is (210,91,73). Sum of RGB (Red+Green+Blue) = 210+91+73=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25B49 is #2DA4B6. Grayscale: #7C7C7C. Windows color (decimal): -2991287 or 4807634. OLE color: 4807634.

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

Color convert

RGB 210 91 73 -
CMYK 0 0.57 0.65 0.18
HSL 7.88º 0.6% 0.55% -
HSV(B) 7.88º 0.65% 0.82% -
XYZ 31.52 21.66 8.82 -
YUV 124.53 98.92 188.96 -
System Red Green Blue C M Y K H S L
Decimal 210 91 73 0 0.57 0.65 0.18 7.88 0.6 0.55
Hex D2 5B 49 0 39 41 12 8 3C 37
Octal 322 133 111 0 71 101 22 10 74 67
Binary 11010010 1011011 1001001 0 111001 1000001 10010 1000 111100 110111

Color Harmonies of #D25B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25B49

Black with #D25B49

Text Example


Text Example

White with #D25B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25B49; }

 p { color: rgb(210,91,73); }

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

background-color css

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

 a { background-color: rgb(210,91,73); }

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

border-color css

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

 span { border-color: rgb(210,91,73); }

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