Html Css Color HEX #DB223F Alizarin

📋 copy color: '#DB223F'

red 219 ◦ green 34 ◦ blue 63

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

Shades of Alizarin #DB223F

Tints of Alizarin #DB223F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.94%

R = 69.3%
G = 10.76%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB223F (or 0xDB223F) is known color: Alizarin. HEX triplet: DB, 22 and 3F. RGB value is (219,34,63). Sum of RGB (Red+Green+Blue) = 219+34+63=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB223F is #24DDC0. Grayscale: #5C5C5C. Windows color (decimal): -2416065 or 4137691. OLE color: 4137691.

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

Color convert

RGB 219 34 63 -
CMYK 0 0.84 0.71 0.14
HSL 350.59º 0.73% 0.5% -
HSV(B) 350.59º 0.84% 0.86% -
XYZ 30.68 16.56 6.28 -
YUV 92.62 111.29 218.14 -
System Red Green Blue C M Y K H S L
Decimal 219 34 63 0 0.84 0.71 0.14 350.59 0.73 0.5
Hex DB 22 3F 0 54 47 E 15F 49 32
Octal 333 42 77 0 124 107 16 537 111 62
Binary 11011011 100010 111111 0 1010100 1000111 1110 101011111 1001001 110010

Color Harmonies of #DB223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB223F

Black with #DB223F

Text Example


Text Example

White with #DB223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB223F; }

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

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

background-color css

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

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

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

border-color css

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

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

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