Html Css Color HEX #DB313C Alizarin

📋 copy color: '#DB313C'

red 219 ◦ green 49 ◦ blue 60

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

Shades of Alizarin #DB313C

Tints of Alizarin #DB313C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.29%

R = 66.77%
G = 14.94%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB313C (or 0xDB313C) is known color: Alizarin. HEX triplet: DB, 31 and 3C. RGB value is (219,49,60). Sum of RGB (Red+Green+Blue) = 219+49+60=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB313C is #24CEC3. Grayscale: #656565. Windows color (decimal): -2412228 or 3944923. OLE color: 3944923.

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

Color convert

RGB 219 49 60 -
CMYK 0 0.78 0.73 0.14
HSL 356.12º 0.7% 0.53% -
HSV(B) 356.12º 0.78% 0.86% -
XYZ 31.13 17.58 6.03 -
YUV 101.08 104.82 212.11 -
System Red Green Blue C M Y K H S L
Decimal 219 49 60 0 0.78 0.73 0.14 356.12 0.7 0.53
Hex DB 31 3C 0 4E 49 E 164 46 35
Octal 333 61 74 0 116 111 16 544 106 65
Binary 11011011 110001 111100 0 1001110 1001001 1110 101100100 1000110 110101

Color Harmonies of #DB313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB313C

Black with #DB313C

Text Example


Text Example

White with #DB313C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB313C; }

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

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

background-color css

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

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

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

border-color css

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

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

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