Html Css Color HEX #DB1C33 Alizarin

📋 copy color: '#DB1C33'

red 219 ◦ green 28 ◦ blue 51

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

Shades of Alizarin #DB1C33

Tints of Alizarin #DB1C33

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.4%

 BLUE value IS 51 (20.31% from 255) = 17.11%

R = 73.49%
G = 9.4%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB1C33 (or 0xDB1C33) is known color: Alizarin. HEX triplet: DB, 1C and 33. RGB value is (219,28,51). Sum of RGB (Red+Green+Blue) = 219+28+51=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1C33 is #24E3CC. Grayscale: #575757. Windows color (decimal): -2417613 or 3349723. OLE color: 3349723.

HSL color Cylindrical-coordinate representation of color #DB1C33: hue angle of 352.77º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1C33 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 28 51 -
CMYK 0 0.87 0.77 0.14
HSL 352.77º 0.77% 0.48% -
HSV(B) 352.77º 0.87% 0.86% -
XYZ 30.23 16.13 4.65 -
YUV 87.73 107.28 221.63 -
System Red Green Blue C M Y K H S L
Decimal 219 28 51 0 0.87 0.77 0.14 352.77 0.77 0.48
Hex DB 1C 33 0 57 4D E 161 4D 30
Octal 333 34 63 0 127 115 16 541 115 60
Binary 11011011 11100 110011 0 1010111 1001101 1110 101100001 1001101 110000

Color Harmonies of #DB1C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1C33

Black with #DB1C33

Text Example


Text Example

White with #DB1C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1C33; }

 p { color: rgb(219,28,51); }

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

background-color css

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

 a { background-color: rgb(219,28,51); }

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

border-color css

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

 span { border-color: rgb(219,28,51); }

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