Html Css Color HEX #DB283E Alizarin

📋 copy color: '#DB283E'

red 219 ◦ green 40 ◦ blue 62

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

Shades of Alizarin #DB283E

Tints of Alizarin #DB283E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.31%

R = 68.22%
G = 12.46%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DB283E (or 0xDB283E) is known color: Alizarin. HEX triplet: DB, 28 and 3E. RGB value is (219,40,62). Sum of RGB (Red+Green+Blue) = 219+40+62=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB283E is #24D7C1. Grayscale: #606060. Windows color (decimal): -2414530 or 4073691. OLE color: 4073691.

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

Color convert

RGB 219 40 62 -
CMYK 0 0.82 0.72 0.14
HSL 352.63º 0.71% 0.51% -
HSV(B) 352.63º 0.82% 0.86% -
XYZ 30.84 16.93 6.2 -
YUV 96.03 108.8 215.71 -
System Red Green Blue C M Y K H S L
Decimal 219 40 62 0 0.82 0.72 0.14 352.63 0.71 0.51
Hex DB 28 3E 0 52 48 E 161 47 33
Octal 333 50 76 0 122 110 16 541 107 63
Binary 11011011 101000 111110 0 1010010 1001000 1110 101100001 1000111 110011

Color Harmonies of #DB283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB283E

Black with #DB283E

Text Example


Text Example

White with #DB283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB283E; }

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

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

background-color css

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

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

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

border-color css

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

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

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