Html Css Color HEX #D54F3D Dark Coral

📋 copy color: '#D54F3D'

red 213 ◦ green 79 ◦ blue 61

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

Shades of Dark Coral #D54F3D

Tints of Dark Coral #D54F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.28%

R = 60.34%
G = 22.38%
B = 17.28%

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

#D54F3D (or 0xD54F3D) is known color: Dark Coral. HEX triplet: D5, 4F and 3D. RGB value is (213,79,61). Sum of RGB (Red+Green+Blue) = 213+79+61=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54F3D is #2AB0C2. Grayscale: #757575. Windows color (decimal): -2797763 or 4018133. OLE color: 4018133.

HSL color Cylindrical-coordinate representation of color #D54F3D: hue angle of 7.11º 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 #D54F3D is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 79 61 -
CMYK 0 0.63 0.71 0.16
HSL 7.11º 0.64% 0.54% -
HSV(B) 7.11º 0.71% 0.84% -
XYZ 31.08 20.08 6.65 -
YUV 117.01 96.39 196.46 -
System Red Green Blue C M Y K H S L
Decimal 213 79 61 0 0.63 0.71 0.16 7.11 0.64 0.54
Hex D5 4F 3D 0 3F 47 10 7 40 36
Octal 325 117 75 0 77 107 20 7 100 66
Binary 11010101 1001111 111101 0 111111 1000111 10000 111 1000000 110110

Color Harmonies of #D54F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54F3D

Black with #D54F3D

Text Example


Text Example

White with #D54F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54F3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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