Html Css Color HEX #D45A40 Dark Coral

📋 copy color: '#D45A40'

red 212 ◦ green 90 ◦ blue 64

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

Shades of Dark Coral #D45A40

Tints of Dark Coral #D45A40

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.59%

 BLUE value IS 64 (25.39% from 255) = 17.49%

R = 57.92%
G = 24.59%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D45A40 (or 0xD45A40) is known color: Dark Coral. HEX triplet: D4, 5A and 40. RGB value is (212,90,64). Sum of RGB (Red+Green+Blue) = 212+90+64=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D45A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45A40 is #2BA5BF. Grayscale: #7B7B7B. Windows color (decimal): -2860480 or 4217556. OLE color: 4217556.

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

Color convert

RGB 212 90 64 -
CMYK 0 0.58 0.70 0.17
HSL 10.54º 0.63% 0.54% -
HSV(B) 10.54º 0.7% 0.83% -
XYZ 31.73 21.68 7.36 -
YUV 123.51 94.42 191.11 -
System Red Green Blue C M Y K H S L
Decimal 212 90 64 0 0.58 0.70 0.17 10.54 0.63 0.54
Hex D4 5A 40 0 3A 46 11 B 3F 36
Octal 324 132 100 0 72 106 21 13 77 66
Binary 11010100 1011010 1000000 0 111010 1000110 10001 1011 111111 110110

Color Harmonies of #D45A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45A40

Black with #D45A40

Text Example


Text Example

White with #D45A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45A40; }

 p { color: rgb(212,90,64); }

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

background-color css

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

 a { background-color: rgb(212,90,64); }

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

border-color css

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

 span { border-color: rgb(212,90,64); }

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