Html Css Color HEX #D54F3E Dark Coral

📋 copy color: '#D54F3E'

red 213 ◦ green 79 ◦ blue 62

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

Shades of Dark Coral #D54F3E

Tints of Dark Coral #D54F3E

RGB

 RED value IS 213 (83.59% from 255) = 60.17%

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

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

R = 60.17%
G = 22.32%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D54F3E (or 0xD54F3E) is known color: Dark Coral. HEX triplet: D5, 4F and 3E. RGB value is (213,79,62). Sum of RGB (Red+Green+Blue) = 213+79+62=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54F3E is #2AB0C1. Grayscale: #757575. Windows color (decimal): -2797762 or 4083669. OLE color: 4083669.

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

Color convert

RGB 213 79 62 -
CMYK 0 0.63 0.71 0.16
HSL 6.75º 0.64% 0.54% -
HSV(B) 6.75º 0.71% 0.84% -
XYZ 31.11 20.09 6.79 -
YUV 117.13 96.89 196.38 -
System Red Green Blue C M Y K H S L
Decimal 213 79 62 0 0.63 0.71 0.16 6.75 0.64 0.54
Hex D5 4F 3E 0 3F 47 10 7 40 36
Octal 325 117 76 0 77 107 20 7 100 66
Binary 11010101 1001111 111110 0 111111 1000111 10000 111 1000000 110110

Color Harmonies of #D54F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54F3E

Black with #D54F3E

Text Example


Text Example

White with #D54F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54F3E; }

 p { color: rgb(213,79,62); }

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

background-color css

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

 a { background-color: rgb(213,79,62); }

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

border-color css

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

 span { border-color: rgb(213,79,62); }

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