Html Css Color HEX #DB5C3F Dark Coral

📋 copy color: '#DB5C3F'

red 219 ◦ green 92 ◦ blue 63

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

Shades of Dark Coral #DB5C3F

Tints of Dark Coral #DB5C3F

RGB

 RED value IS 219 (85.94% from 255) = 58.56%

 GREEN value IS 92 (36.33% from 255) = 24.6%

 BLUE value IS 63 (25% from 255) = 16.84%

R = 58.56%
G = 24.6%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB5C3F (or 0xDB5C3F) is known color: Dark Coral. HEX triplet: DB, 5C and 3F. RGB value is (219,92,63). Sum of RGB (Red+Green+Blue) = 219+92+63=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5C3F is #24A3C0. Grayscale: #7E7E7E. Windows color (decimal): -2401217 or 4152539. OLE color: 4152539.

HSL color Cylindrical-coordinate representation of color #DB5C3F: hue angle of 11.15º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB5C3F is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 92 63 -
CMYK 0 0.58 0.71 0.14
HSL 11.15º 0.68% 0.55% -
HSV(B) 11.15º 0.71% 0.86% -
XYZ 33.94 23.07 7.37 -
YUV 126.67 92.08 193.86 -
System Red Green Blue C M Y K H S L
Decimal 219 92 63 0 0.58 0.71 0.14 11.15 0.68 0.55
Hex DB 5C 3F 0 3A 47 E B 44 37
Octal 333 134 77 0 72 107 16 13 104 67
Binary 11011011 1011100 111111 0 111010 1000111 1110 1011 1000100 110111

Color Harmonies of #DB5C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C3F

Black with #DB5C3F

Text Example


Text Example

White with #DB5C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C3F; }

 p { color: rgb(219,92,63); }

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

background-color css

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

 a { background-color: rgb(219,92,63); }

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

border-color css

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

 span { border-color: rgb(219,92,63); }

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