Html Css Color HEX #DB2F36 Alizarin

📋 copy color: '#DB2F36'

red 219 ◦ green 47 ◦ blue 54

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

Shades of Alizarin #DB2F36

Tints of Alizarin #DB2F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.88%

R = 68.44%
G = 14.69%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB2F36 (or 0xDB2F36) is known color: Alizarin. HEX triplet: DB, 2F and 36. RGB value is (219,47,54). Sum of RGB (Red+Green+Blue) = 219+47+54=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2F36 is #24D0C9. Grayscale: #636363. Windows color (decimal): -2412746 or 3551195. OLE color: 3551195.

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

Color convert

RGB 219 47 54 -
CMYK 0 0.79 0.75 0.14
HSL 357.56º 0.7% 0.52% -
HSV(B) 357.56º 0.79% 0.86% -
XYZ 30.9 17.36 5.21 -
YUV 99.23 102.48 213.43 -
System Red Green Blue C M Y K H S L
Decimal 219 47 54 0 0.79 0.75 0.14 357.56 0.7 0.52
Hex DB 2F 36 0 4F 4B E 166 46 34
Octal 333 57 66 0 117 113 16 546 106 64
Binary 11011011 101111 110110 0 1001111 1001011 1110 101100110 1000110 110100

Color Harmonies of #DB2F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2F36

Black with #DB2F36

Text Example


Text Example

White with #DB2F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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