Html Css Color HEX #DB233F Alizarin

📋 copy color: '#DB233F'

red 219 ◦ green 35 ◦ blue 63

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

Shades of Alizarin #DB233F

Tints of Alizarin #DB233F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.04%

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

R = 69.09%
G = 11.04%
B = 19.87%

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

#DB233F (or 0xDB233F) is known color: Alizarin. HEX triplet: DB, 23 and 3F. RGB value is (219,35,63). Sum of RGB (Red+Green+Blue) = 219+35+63=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB233F is #24DCC0. Grayscale: #5D5D5D. Windows color (decimal): -2415809 or 4137947. OLE color: 4137947.

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

Color convert

RGB 219 35 63 -
CMYK 0 0.84 0.71 0.14
HSL 350.87º 0.72% 0.5% -
HSV(B) 350.87º 0.84% 0.86% -
XYZ 30.71 16.62 6.29 -
YUV 93.21 110.96 217.72 -
System Red Green Blue C M Y K H S L
Decimal 219 35 63 0 0.84 0.71 0.14 350.87 0.72 0.5
Hex DB 23 3F 0 54 47 E 15F 48 32
Octal 333 43 77 0 124 107 16 537 110 62
Binary 11011011 100011 111111 0 1010100 1000111 1110 101011111 1001000 110010

Color Harmonies of #DB233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB233F

Black with #DB233F

Text Example


Text Example

White with #DB233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB233F; }

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

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

background-color css

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

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

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

border-color css

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

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

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