Html Css Color HEX #D24C40 Dark Coral

📋 copy color: '#D24C40'

red 210 ◦ green 76 ◦ blue 64

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

Shades of Dark Coral #D24C40

Tints of Dark Coral #D24C40

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.71%

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

R = 60%
G = 21.71%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D24C40 (or 0xD24C40) is known color: Dark Coral. HEX triplet: D2, 4C and 40. RGB value is (210,76,64). Sum of RGB (Red+Green+Blue) = 210+76+64=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24C40 is #2DB3BF. Grayscale: #727272. Windows color (decimal): -2995136 or 4213970. OLE color: 4213970.

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

Color convert

RGB 210 76 64 -
CMYK 0 0.64 0.70 0.18
HSL 4.93º 0.62% 0.54% -
HSV(B) 4.93º 0.7% 0.82% -
XYZ 30.09 19.24 6.98 -
YUV 114.7 99.39 195.98 -
System Red Green Blue C M Y K H S L
Decimal 210 76 64 0 0.64 0.70 0.18 4.93 0.62 0.54
Hex D2 4C 40 0 40 46 12 5 3E 36
Octal 322 114 100 0 100 106 22 5 76 66
Binary 11010010 1001100 1000000 0 1000000 1000110 10010 101 111110 110110

Color Harmonies of #D24C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24C40

Black with #D24C40

Text Example


Text Example

White with #D24C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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