Html Css Color HEX #DB2F35 Alizarin

📋 copy color: '#DB2F35'

red 219 ◦ green 47 ◦ blue 53

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

Shades of Alizarin #DB2F35

Tints of Alizarin #DB2F35

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.73%

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

R = 68.65%
G = 14.73%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB2F35 (or 0xDB2F35) is known color: Alizarin. HEX triplet: DB, 2F and 35. RGB value is (219,47,53). Sum of RGB (Red+Green+Blue) = 219+47+53=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2F35 is #24D0CA. Grayscale: #636363. Windows color (decimal): -2412747 or 3485659. OLE color: 3485659.

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

Color convert

RGB 219 47 53 -
CMYK 0 0.79 0.76 0.14
HSL 357.91º 0.7% 0.52% -
HSV(B) 357.91º 0.79% 0.86% -
XYZ 30.87 17.35 5.09 -
YUV 99.11 101.98 213.51 -
System Red Green Blue C M Y K H S L
Decimal 219 47 53 0 0.79 0.76 0.14 357.91 0.7 0.52
Hex DB 2F 35 0 4F 4C E 166 46 34
Octal 333 57 65 0 117 114 16 546 106 64
Binary 11011011 101111 110101 0 1001111 1001100 1110 101100110 1000110 110100

Color Harmonies of #DB2F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2F35

Black with #DB2F35

Text Example


Text Example

White with #DB2F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2F35; }

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

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

background-color css

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

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

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

border-color css

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

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

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