#D25C3F

Color #D25C3F Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #D25C3F

Tints of Dark Coral #D25C3F

Color information

#D25C3F (or 0xD25C3F) is unknown color: approx Dark Coral. HEX triplet: D2, 5C and 3F. RGB value is (210,92,63). Sum of RGB (Red+Green+Blue) = 210+92+63=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25C3F is #2DA3C0. Grayscale: #7C7C7C. Windows color (decimal): -2991041 or 4152530. OLE color: 4152530.

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

Color convert

RGB2109263-
CMYK00.560.700.18
HSL11.84º62.03%53.53%-
HSV(B)11.84º70%82.35%-
XYZ31.321.717.24-
YUV123.9893.59189.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 57.53%
GREEN value IS 92 (36.33% from 255) = 25.21%
BLUE value IS 63 (25% from 255) = 17.26%
R=57.53%
G=25.21%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210926300.560.700.1811.8462.0353.53
HexD25C3F0384612c3e36
Octal3221347707010622147666
Binary11010010101110011111101110001000110100101100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25C3F; }

 p { color: rgb(210,92,63); }

 H1.HeaderClassName
 {
   color: #D25C3F;
 }
 .AnyTagClassName
 {
   color: #D25C3F;
 }
</style>
background-color css

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

 a { background-color: rgb(210,92,63); }

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

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

 span { border-color: rgb(210,92,63); }

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