Html Css Color HEX #DB282C Alizarin

📋 copy color: '#DB282C'

red 219 ◦ green 40 ◦ blue 44

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

Shades of Alizarin #DB282C

Tints of Alizarin #DB282C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.52%

R = 72.28%
G = 13.2%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB282C (or 0xDB282C) is known color: Alizarin. HEX triplet: DB, 28 and 2C. RGB value is (219,40,44). Sum of RGB (Red+Green+Blue) = 219+40+44=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB282C is #24D7D3. Grayscale: #5E5E5E. Windows color (decimal): -2414548 or 2894043. OLE color: 2894043.

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

Color convert

RGB 219 40 44 -
CMYK 0 0.82 0.80 0.14
HSL 358.66º 0.71% 0.51% -
HSV(B) 358.66º 0.82% 0.86% -
XYZ 30.43 16.76 4.01 -
YUV 93.98 99.8 217.17 -
System Red Green Blue C M Y K H S L
Decimal 219 40 44 0 0.82 0.80 0.14 358.66 0.71 0.51
Hex DB 28 2C 0 52 50 E 167 47 33
Octal 333 50 54 0 122 120 16 547 107 63
Binary 11011011 101000 101100 0 1010010 1010000 1110 101100111 1000111 110011

Color Harmonies of #DB282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB282C

Black with #DB282C

Text Example


Text Example

White with #DB282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB282C; }

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

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

background-color css

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

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

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

border-color css

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

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

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