Html Css Color HEX #D25D3E Dark Coral

📋 copy color: '#D25D3E'

red 210 ◦ green 93 ◦ blue 62

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

Shades of Dark Coral #D25D3E

Tints of Dark Coral #D25D3E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.48%

 BLUE value IS 62 (24.61% from 255) = 16.99%

R = 57.53%
G = 25.48%
B = 16.99%

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

#D25D3E (or 0xD25D3E) is known color: Dark Coral. HEX triplet: D2, 5D and 3E. RGB value is (210,93,62). Sum of RGB (Red+Green+Blue) = 210+93+62=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25D3E is #2DA2C1. Grayscale: #7C7C7C. Windows color (decimal): -2990786 or 4087250. OLE color: 4087250.

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

Color convert

RGB 210 93 62 -
CMYK 0 0.56 0.70 0.18
HSL 12.57º 0.62% 0.53% -
HSV(B) 12.57º 0.7% 0.82% -
XYZ 31.36 21.88 7.13 -
YUV 124.45 92.76 189.02 -
System Red Green Blue C M Y K H S L
Decimal 210 93 62 0 0.56 0.70 0.18 12.57 0.62 0.53
Hex D2 5D 3E 0 38 46 12 D 3E 35
Octal 322 135 76 0 70 106 22 15 76 65
Binary 11010010 1011101 111110 0 111000 1000110 10010 1101 111110 110101

Color Harmonies of #D25D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25D3E

Black with #D25D3E

Text Example


Text Example

White with #D25D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25D3E; }

 p { color: rgb(210,93,62); }

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

background-color css

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

 a { background-color: rgb(210,93,62); }

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

border-color css

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

 span { border-color: rgb(210,93,62); }

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