Html Css Color HEX #D45C3E Dark Coral

📋 copy color: '#D45C3E'

red 212 ◦ green 92 ◦ blue 62

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

Shades of Dark Coral #D45C3E

Tints of Dark Coral #D45C3E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.14%

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

R = 57.92%
G = 25.14%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D45C3E (or 0xD45C3E) is known color: Dark Coral. HEX triplet: D4, 5C and 3E. RGB value is (212,92,62). Sum of RGB (Red+Green+Blue) = 212+92+62=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D45C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45C3E is #2BA3C1. Grayscale: #7C7C7C. Windows color (decimal): -2859970 or 4086996. OLE color: 4086996.

HSL color Cylindrical-coordinate representation of color #D45C3E: hue angle of 12º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D45C3E is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 92 62 -
CMYK 0 0.57 0.71 0.17
HSL 12º 0.64% 0.54% -
HSV(B) 12º 0.71% 0.83% -
XYZ 31.85 22 7.13 -
YUV 124.46 92.76 190.44 -
System Red Green Blue C M Y K H S L
Decimal 212 92 62 0 0.57 0.71 0.17 12 0.64 0.54
Hex D4 5C 3E 0 39 47 11 C 40 36
Octal 324 134 76 0 71 107 21 14 100 66
Binary 11010100 1011100 111110 0 111001 1000111 10001 1100 1000000 110110

Color Harmonies of #D45C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45C3E

Black with #D45C3E

Text Example


Text Example

White with #D45C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45C3E; }

 p { color: rgb(212,92,62); }

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

background-color css

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

 a { background-color: rgb(212,92,62); }

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

border-color css

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

 span { border-color: rgb(212,92,62); }

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