Html Css Color HEX #D45A46 Dark Coral

📋 copy color: '#D45A46'

red 212 ◦ green 90 ◦ blue 70

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

Shades of Dark Coral #D45A46

Tints of Dark Coral #D45A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.82%

R = 56.99%
G = 24.19%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D45A46 (or 0xD45A46) is known color: Dark Coral. HEX triplet: D4, 5A and 46. RGB value is (212,90,70). Sum of RGB (Red+Green+Blue) = 212+90+70=372 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.99% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 212 - color contains mainly: red. Hex color #D45A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45A46 is #2BA5B9. Grayscale: #7C7C7C. Windows color (decimal): -2860474 or 4610772. OLE color: 4610772.

HSL color Cylindrical-coordinate representation of color #D45A46: hue angle of 8.45º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D45A46 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 90 70 -
CMYK 0 0.58 0.67 0.17
HSL 8.45º 0.62% 0.55% -
HSV(B) 8.45º 0.67% 0.83% -
XYZ 31.91 21.75 8.31 -
YUV 124.2 97.42 190.63 -
System Red Green Blue C M Y K H S L
Decimal 212 90 70 0 0.58 0.67 0.17 8.45 0.62 0.55
Hex D4 5A 46 0 3A 43 11 8 3E 37
Octal 324 132 106 0 72 103 21 10 76 67
Binary 11010100 1011010 1000110 0 111010 1000011 10001 1000 111110 110111

Color Harmonies of #D45A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45A46

Black with #D45A46

Text Example


Text Example

White with #D45A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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