Html Css Color HEX #D25140 Dark Coral

📋 copy color: '#D25140'

red 210 ◦ green 81 ◦ blue 64

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

Shades of Dark Coral #D25140

Tints of Dark Coral #D25140

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.82%

 BLUE value IS 64 (25.39% from 255) = 18.03%

R = 59.15%
G = 22.82%
B = 18.03%

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

#D25140 (or 0xD25140) is known color: Dark Coral. HEX triplet: D2, 51 and 40. RGB value is (210,81,64). Sum of RGB (Red+Green+Blue) = 210+81+64=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D25140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25140 is #2DAEBF. Grayscale: #757575. Windows color (decimal): -2993856 or 4215250. OLE color: 4215250.

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

Color convert

RGB 210 81 64 -
CMYK 0 0.61 0.70 0.18
HSL 6.99º 0.62% 0.54% -
HSV(B) 6.99º 0.7% 0.82% -
XYZ 30.45 19.96 7.1 -
YUV 117.63 97.74 193.88 -
System Red Green Blue C M Y K H S L
Decimal 210 81 64 0 0.61 0.70 0.18 6.99 0.62 0.54
Hex D2 51 40 0 3D 46 12 7 3E 36
Octal 322 121 100 0 75 106 22 7 76 66
Binary 11010010 1010001 1000000 0 111101 1000110 10010 111 111110 110110

Color Harmonies of #D25140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25140

Black with #D25140

Text Example


Text Example

White with #D25140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25140; }

 p { color: rgb(210,81,64); }

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

background-color css

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

 a { background-color: rgb(210,81,64); }

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

border-color css

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

 span { border-color: rgb(210,81,64); }

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