Html Css Color HEX #D25C3F Dark Coral

📋 copy color: '#D25C3F'

red 210 ◦ green 92 ◦ blue 63

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

Shades of Dark Coral #D25C3F

Tints of Dark Coral #D25C3F

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 value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D25C3F (or 0xD25C3F) is known color: 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

RGB 210 92 63 -
CMYK 0 0.56 0.70 0.18
HSL 11.84º 0.62% 0.54% -
HSV(B) 11.84º 0.7% 0.82% -
XYZ 31.3 21.71 7.24 -
YUV 123.98 93.59 189.36 -
System Red Green Blue C M Y K H S L
Decimal 210 92 63 0 0.56 0.70 0.18 11.84 0.62 0.54
Hex D2 5C 3F 0 38 46 12 C 3E 36
Octal 322 134 77 0 70 106 22 14 76 66
Binary 11010010 1011100 111111 0 111000 1000110 10010 1100 111110 110110

Color Harmonies of #D25C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25C3F

Black with #D25C3F

Text Example


Text Example

White with #D25C3F

Text Example


Text Example

HTML Codes & Css Web 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>