Html Css Color HEX #DB2F41 Alizarin

📋 copy color: '#DB2F41'

red 219 ◦ green 47 ◦ blue 65

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

Shades of Alizarin #DB2F41

Tints of Alizarin #DB2F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.64%

R = 66.16%
G = 14.2%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB2F41 (or 0xDB2F41) is known color: Alizarin. HEX triplet: DB, 2F and 41. RGB value is (219,47,65). Sum of RGB (Red+Green+Blue) = 219+47+65=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2F41 is #24D0BE. Grayscale: #646464. Windows color (decimal): -2412735 or 4272091. OLE color: 4272091.

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

Color convert

RGB 219 47 65 -
CMYK 0 0.79 0.70 0.14
HSL 353.72º 0.7% 0.52% -
HSV(B) 353.72º 0.79% 0.86% -
XYZ 31.18 17.47 6.73 -
YUV 100.48 107.98 212.54 -
System Red Green Blue C M Y K H S L
Decimal 219 47 65 0 0.79 0.70 0.14 353.72 0.7 0.52
Hex DB 2F 41 0 4F 46 E 162 46 34
Octal 333 57 101 0 117 106 16 542 106 64
Binary 11011011 101111 1000001 0 1001111 1000110 1110 101100010 1000110 110100

Color Harmonies of #DB2F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2F41

Black with #DB2F41

Text Example


Text Example

White with #DB2F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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