Html Css Color HEX #D45F4A Dark Coral

📋 copy color: '#D45F4A'

red 212 ◦ green 95 ◦ blue 74

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

Shades of Dark Coral #D45F4A

Tints of Dark Coral #D45F4A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.93%

 BLUE value IS 74 (29.3% from 255) = 19.42%

R = 55.64%
G = 24.93%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D45F4A (or 0xD45F4A) is known color: Dark Coral. HEX triplet: D4, 5F and 4A. RGB value is (212,95,74). Sum of RGB (Red+Green+Blue) = 212+95+74=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D45F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45F4A is #2BA0B5. Grayscale: #7F7F7F. Windows color (decimal): -2859190 or 4874196. OLE color: 4874196.

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

Color convert

RGB 212 95 74 -
CMYK 0 0.55 0.65 0.17
HSL 9.13º 0.62% 0.56% -
HSV(B) 9.13º 0.65% 0.83% -
XYZ 32.48 22.68 9.14 -
YUV 127.59 97.76 188.21 -
System Red Green Blue C M Y K H S L
Decimal 212 95 74 0 0.55 0.65 0.17 9.13 0.62 0.56
Hex D4 5F 4A 0 37 41 11 9 3E 38
Octal 324 137 112 0 67 101 21 11 76 70
Binary 11010100 1011111 1001010 0 110111 1000001 10001 1001 111110 111000

Color Harmonies of #D45F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45F4A

Black with #D45F4A

Text Example


Text Example

White with #D45F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45F4A; }

 p { color: rgb(212,95,74); }

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

background-color css

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

 a { background-color: rgb(212,95,74); }

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

border-color css

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

 span { border-color: rgb(212,95,74); }

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