Html Css Color HEX #DB282A Alizarin

📋 copy color: '#DB282A'

red 219 ◦ green 40 ◦ blue 42

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

Shades of Alizarin #DB282A

Tints of Alizarin #DB282A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.29%

 BLUE value IS 42 (16.8% from 255) = 13.95%

R = 72.76%
G = 13.29%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB282A (or 0xDB282A) is known color: Alizarin. HEX triplet: DB, 28 and 2A. RGB value is (219,40,42). Sum of RGB (Red+Green+Blue) = 219+40+42=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB282A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB282A is #24D7D5. Grayscale: #5D5D5D. Windows color (decimal): -2414550 or 2762971. OLE color: 2762971.

HSL color Cylindrical-coordinate representation of color #DB282A: hue angle of 359.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB282A is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 40 42 -
CMYK 0 0.82 0.81 0.14
HSL 359.33º 0.71% 0.51% -
HSV(B) 359.33º 0.82% 0.86% -
XYZ 30.39 16.74 3.82 -
YUV 93.75 98.8 217.34 -
System Red Green Blue C M Y K H S L
Decimal 219 40 42 0 0.82 0.81 0.14 359.33 0.71 0.51
Hex DB 28 2A 0 52 51 E 167 47 33
Octal 333 50 52 0 122 121 16 547 107 63
Binary 11011011 101000 101010 0 1010010 1010001 1110 101100111 1000111 110011

Color Harmonies of #DB282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB282A

Black with #DB282A

Text Example


Text Example

White with #DB282A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB282A; }

 p { color: rgb(219,40,42); }

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

background-color css

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

 a { background-color: rgb(219,40,42); }

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

border-color css

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

 span { border-color: rgb(219,40,42); }

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