Html Css Color HEX #DB313F Alizarin

📋 copy color: '#DB313F'

red 219 ◦ green 49 ◦ blue 63

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

Shades of Alizarin #DB313F

Tints of Alizarin #DB313F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.8%

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

R = 66.16%
G = 14.8%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB313F (or 0xDB313F) is known color: Alizarin. HEX triplet: DB, 31 and 3F. RGB value is (219,49,63). Sum of RGB (Red+Green+Blue) = 219+49+63=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB313F is #24CEC0. Grayscale: #656565. Windows color (decimal): -2412225 or 4141531. OLE color: 4141531.

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

Color convert

RGB 219 49 63 -
CMYK 0 0.78 0.71 0.14
HSL 355.06º 0.7% 0.53% -
HSV(B) 355.06º 0.78% 0.86% -
XYZ 31.21 17.62 6.46 -
YUV 101.43 106.32 211.86 -
System Red Green Blue C M Y K H S L
Decimal 219 49 63 0 0.78 0.71 0.14 355.06 0.7 0.53
Hex DB 31 3F 0 4E 47 E 163 46 35
Octal 333 61 77 0 116 107 16 543 106 65
Binary 11011011 110001 111111 0 1001110 1000111 1110 101100011 1000110 110101

Color Harmonies of #DB313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB313F

Black with #DB313F

Text Example


Text Example

White with #DB313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB313F; }

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

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

background-color css

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

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

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

border-color css

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

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

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