Html Css Color HEX #DB202B Alizarin

📋 copy color: '#DB202B'

red 219 ◦ green 32 ◦ blue 43

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

Shades of Alizarin #DB202B

Tints of Alizarin #DB202B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.88%

 BLUE value IS 43 (17.19% from 255) = 14.63%

R = 74.49%
G = 10.88%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB202B (or 0xDB202B) is known color: Alizarin. HEX triplet: DB, 20 and 2B. RGB value is (219,32,43). Sum of RGB (Red+Green+Blue) = 219+32+43=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB202B is #24DFD4. Grayscale: #595959. Windows color (decimal): -2416597 or 2826459. OLE color: 2826459.

HSL color Cylindrical-coordinate representation of color #DB202B: hue angle of 356.47º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB202B is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 32 43 -
CMYK 0 0.85 0.80 0.14
HSL 356.47º 0.75% 0.49% -
HSV(B) 356.47º 0.85% 0.86% -
XYZ 30.17 16.27 3.84 -
YUV 89.17 101.95 220.61 -
System Red Green Blue C M Y K H S L
Decimal 219 32 43 0 0.85 0.80 0.14 356.47 0.75 0.49
Hex DB 20 2B 0 55 50 E 164 4B 31
Octal 333 40 53 0 125 120 16 544 113 61
Binary 11011011 100000 101011 0 1010101 1010000 1110 101100100 1001011 110001

Color Harmonies of #DB202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB202B

Black with #DB202B

Text Example


Text Example

White with #DB202B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB202B; }

 p { color: rgb(219,32,43); }

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

background-color css

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

 a { background-color: rgb(219,32,43); }

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

border-color css

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

 span { border-color: rgb(219,32,43); }

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