Html Css Color HEX #D45D3F Dark Coral

📋 copy color: '#D45D3F'

red 212 ◦ green 93 ◦ blue 63

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

Shades of Dark Coral #D45D3F

Tints of Dark Coral #D45D3F

RGB

 RED value IS 212 (83.2% from 255) = 57.61%

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

 BLUE value IS 63 (25% from 255) = 17.12%

R = 57.61%
G = 25.27%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D45D3F (or 0xD45D3F) is known color: Dark Coral. HEX triplet: D4, 5D and 3F. RGB value is (212,93,63). Sum of RGB (Red+Green+Blue) = 212+93+63=368 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.61% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 212 - color contains mainly: red. Hex color #D45D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45D3F is #2BA2C0. Grayscale: #7D7D7D. Windows color (decimal): -2859713 or 4152788. OLE color: 4152788.

HSL color Cylindrical-coordinate representation of color #D45D3F: hue angle of 12.08º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D45D3F is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 93 63 -
CMYK 0 0.56 0.70 0.17
HSL 12.08º 0.63% 0.54% -
HSV(B) 12.08º 0.7% 0.83% -
XYZ 31.96 22.18 7.3 -
YUV 125.16 92.92 189.94 -
System Red Green Blue C M Y K H S L
Decimal 212 93 63 0 0.56 0.70 0.17 12.08 0.63 0.54
Hex D4 5D 3F 0 38 46 11 C 3F 36
Octal 324 135 77 0 70 106 21 14 77 66
Binary 11010100 1011101 111111 0 111000 1000110 10001 1100 111111 110110

Color Harmonies of #D45D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45D3F

Black with #D45D3F

Text Example


Text Example

White with #D45D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45D3F; }

 p { color: rgb(212,93,63); }

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

background-color css

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

 a { background-color: rgb(212,93,63); }

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

border-color css

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

 span { border-color: rgb(212,93,63); }

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