Html Css Color HEX #D25E48 Dark Coral

📋 copy color: '#D25E48'

red 210 ◦ green 94 ◦ blue 72

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

Shades of Dark Coral #D25E48

Tints of Dark Coral #D25E48

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25%

 BLUE value IS 72 (28.52% from 255) = 19.15%

R = 55.85%
G = 25%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D25E48 (or 0xD25E48) is known color: Dark Coral. HEX triplet: D2, 5E and 48. RGB value is (210,94,72). Sum of RGB (Red+Green+Blue) = 210+94+72=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25E48 is #2DA1B7. Grayscale: #7E7E7E. Windows color (decimal): -2990520 or 4742866. OLE color: 4742866.

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

Color convert

RGB 210 94 72 -
CMYK 0 0.55 0.66 0.18
HSL 9.57º 0.61% 0.55% -
HSV(B) 9.57º 0.66% 0.82% -
XYZ 31.75 22.17 8.74 -
YUV 126.18 97.43 187.79 -
System Red Green Blue C M Y K H S L
Decimal 210 94 72 0 0.55 0.66 0.18 9.57 0.61 0.55
Hex D2 5E 48 0 37 42 12 A 3D 37
Octal 322 136 110 0 67 102 22 12 75 67
Binary 11010010 1011110 1001000 0 110111 1000010 10010 1010 111101 110111

Color Harmonies of #D25E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25E48

Black with #D25E48

Text Example


Text Example

White with #D25E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25E48; }

 p { color: rgb(210,94,72); }

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

background-color css

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

 a { background-color: rgb(210,94,72); }

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

border-color css

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

 span { border-color: rgb(210,94,72); }

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