Html Css Color HEX #DB5F3F Dark Coral

📋 copy color: '#DB5F3F'

red 219 ◦ green 95 ◦ blue 63

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

Shades of Dark Coral #DB5F3F

Tints of Dark Coral #DB5F3F

RGB

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

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

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

R = 58.09%
G = 25.2%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB5F3F (or 0xDB5F3F) is known color: Dark Coral. HEX triplet: DB, 5F and 3F. RGB value is (219,95,63). Sum of RGB (Red+Green+Blue) = 219+95+63=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5F3F is #24A0C0. Grayscale: #808080. Windows color (decimal): -2400449 or 4153307. OLE color: 4153307.

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

Color convert

RGB 219 95 63 -
CMYK 0 0.57 0.71 0.14
HSL 12.31º 0.68% 0.55% -
HSV(B) 12.31º 0.71% 0.86% -
XYZ 34.2 23.6 7.46 -
YUV 128.43 91.08 192.6 -
System Red Green Blue C M Y K H S L
Decimal 219 95 63 0 0.57 0.71 0.14 12.31 0.68 0.55
Hex DB 5F 3F 0 39 47 E C 44 37
Octal 333 137 77 0 71 107 16 14 104 67
Binary 11011011 1011111 111111 0 111001 1000111 1110 1100 1000100 110111

Color Harmonies of #DB5F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5F3F

Black with #DB5F3F

Text Example


Text Example

White with #DB5F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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