Html Css Color HEX #DB222F Alizarin

📋 copy color: '#DB222F'

red 219 ◦ green 34 ◦ blue 47

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

Shades of Alizarin #DB222F

Tints of Alizarin #DB222F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.33%

 BLUE value IS 47 (18.75% from 255) = 15.67%

R = 73%
G = 11.33%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB222F (or 0xDB222F) is known color: Alizarin. HEX triplet: DB, 22 and 2F. RGB value is (219,34,47). Sum of RGB (Red+Green+Blue) = 219+34+47=300 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 219 - color contains mainly: red. Hex color #DB222F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB222F is #24DDD0. Grayscale: #5A5A5A. Windows color (decimal): -2416081 or 3089115. OLE color: 3089115.

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

Color convert

RGB 219 34 47 -
CMYK 0 0.84 0.79 0.14
HSL 355.78º 0.73% 0.5% -
HSV(B) 355.78º 0.84% 0.86% -
XYZ 30.3 16.41 4.26 -
YUV 90.8 103.29 219.44 -
System Red Green Blue C M Y K H S L
Decimal 219 34 47 0 0.84 0.79 0.14 355.78 0.73 0.5
Hex DB 22 2F 0 54 4F E 164 49 32
Octal 333 42 57 0 124 117 16 544 111 62
Binary 11011011 100010 101111 0 1010100 1001111 1110 101100100 1001001 110010

Color Harmonies of #DB222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB222F

Black with #DB222F

Text Example


Text Example

White with #DB222F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB222F; }

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

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

background-color css

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

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

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

border-color css

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

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

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