Html Css Color HEX #DB232E Alizarin

📋 copy color: '#DB232E'

red 219 ◦ green 35 ◦ blue 46

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

Shades of Alizarin #DB232E

Tints of Alizarin #DB232E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.33%

R = 73%
G = 11.67%
B = 15.33%

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

#DB232E (or 0xDB232E) is known color: Alizarin. HEX triplet: DB, 23 and 2E. RGB value is (219,35,46). Sum of RGB (Red+Green+Blue) = 219+35+46=300 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 219 - color contains mainly: red. Hex color #DB232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB232E is #24DCD1. Grayscale: #5B5B5B. Windows color (decimal): -2415826 or 3023835. OLE color: 3023835.

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

Color convert

RGB 219 35 46 -
CMYK 0 0.84 0.79 0.14
HSL 356.41º 0.72% 0.5% -
HSV(B) 356.41º 0.84% 0.86% -
XYZ 30.31 16.46 4.16 -
YUV 91.27 102.46 219.11 -
System Red Green Blue C M Y K H S L
Decimal 219 35 46 0 0.84 0.79 0.14 356.41 0.72 0.5
Hex DB 23 2E 0 54 4F E 164 48 32
Octal 333 43 56 0 124 117 16 544 110 62
Binary 11011011 100011 101110 0 1010100 1001111 1110 101100100 1001000 110010

Color Harmonies of #DB232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB232E

Black with #DB232E

Text Example


Text Example

White with #DB232E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB232E; }

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

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

background-color css

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

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

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

border-color css

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

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

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