Html Css Color HEX #DB3135 Alizarin

📋 copy color: '#DB3135'

red 219 ◦ green 49 ◦ blue 53

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

Shades of Alizarin #DB3135

Tints of Alizarin #DB3135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.51%

R = 68.22%
G = 15.26%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB3135 (or 0xDB3135) is known color: Alizarin. HEX triplet: DB, 31 and 35. RGB value is (219,49,53). Sum of RGB (Red+Green+Blue) = 219+49+53=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3135 is #24CECA. Grayscale: #646464. Windows color (decimal): -2412235 or 3486171. OLE color: 3486171.

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

Color convert

RGB 219 49 53 -
CMYK 0 0.78 0.76 0.14
HSL 358.59º 0.7% 0.53% -
HSV(B) 358.59º 0.78% 0.86% -
XYZ 30.95 17.51 5.12 -
YUV 100.29 101.32 212.67 -
System Red Green Blue C M Y K H S L
Decimal 219 49 53 0 0.78 0.76 0.14 358.59 0.7 0.53
Hex DB 31 35 0 4E 4C E 167 46 35
Octal 333 61 65 0 116 114 16 547 106 65
Binary 11011011 110001 110101 0 1001110 1001100 1110 101100111 1000110 110101

Color Harmonies of #DB3135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3135

Black with #DB3135

Text Example


Text Example

White with #DB3135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3135; }

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

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

background-color css

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

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

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

border-color css

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

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

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