Html Css Color HEX #D44F3C Dark Coral

📋 copy color: '#D44F3C'

red 212 ◦ green 79 ◦ blue 60

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

Shades of Dark Coral #D44F3C

Tints of Dark Coral #D44F3C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.51%

 BLUE value IS 60 (23.83% from 255) = 17.09%

R = 60.4%
G = 22.51%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D44F3C (or 0xD44F3C) is known color: Dark Coral. HEX triplet: D4, 4F and 3C. RGB value is (212,79,60). Sum of RGB (Red+Green+Blue) = 212+79+60=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D44F3C is #2BB0C3. Grayscale: #747474. Windows color (decimal): -2863300 or 3952596. OLE color: 3952596.

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

Color convert

RGB 212 79 60 -
CMYK 0 0.63 0.72 0.17
HSL 7.5º 0.64% 0.53% -
HSV(B) 7.5º 0.72% 0.83% -
XYZ 30.76 19.92 6.5 -
YUV 116.6 96.06 196.04 -
System Red Green Blue C M Y K H S L
Decimal 212 79 60 0 0.63 0.72 0.17 7.5 0.64 0.53
Hex D4 4F 3C 0 3F 48 11 8 40 35
Octal 324 117 74 0 77 110 21 10 100 65
Binary 11010100 1001111 111100 0 111111 1001000 10001 1000 1000000 110101

Color Harmonies of #D44F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44F3C

Black with #D44F3C

Text Example


Text Example

White with #D44F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44F3C; }

 p { color: rgb(212,79,60); }

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

background-color css

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

 a { background-color: rgb(212,79,60); }

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

border-color css

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

 span { border-color: rgb(212,79,60); }

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