Html Css Color HEX #D25E40 Dark Coral

📋 copy color: '#D25E40'

red 210 ◦ green 94 ◦ blue 64

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

Shades of Dark Coral #D25E40

Tints of Dark Coral #D25E40

RGB

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

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

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

R = 57.07%
G = 25.54%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D25E40 (or 0xD25E40) is known color: Dark Coral. HEX triplet: D2, 5E and 40. RGB value is (210,94,64). Sum of RGB (Red+Green+Blue) = 210+94+64=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25E40 is #2DA1BF. Grayscale: #7D7D7D. Windows color (decimal): -2990528 or 4218578. OLE color: 4218578.

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

Color convert

RGB 210 94 64 -
CMYK 0 0.55 0.70 0.18
HSL 12.33º 0.62% 0.54% -
HSV(B) 12.33º 0.7% 0.82% -
XYZ 31.51 22.08 7.45 -
YUV 125.26 93.43 188.44 -
System Red Green Blue C M Y K H S L
Decimal 210 94 64 0 0.55 0.70 0.18 12.33 0.62 0.54
Hex D2 5E 40 0 37 46 12 C 3E 36
Octal 322 136 100 0 67 106 22 14 76 66
Binary 11010010 1011110 1000000 0 110111 1000110 10010 1100 111110 110110

Color Harmonies of #D25E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25E40

Black with #D25E40

Text Example


Text Example

White with #D25E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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