Html Css Color HEX #DB283F Alizarin

📋 copy color: '#DB283F'

red 219 ◦ green 40 ◦ blue 63

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

Shades of Alizarin #DB283F

Tints of Alizarin #DB283F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.57%

R = 68.01%
G = 12.42%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB283F (or 0xDB283F) is known color: Alizarin. HEX triplet: DB, 28 and 3F. RGB value is (219,40,63). Sum of RGB (Red+Green+Blue) = 219+40+63=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB283F is #24D7C0. Grayscale: #606060. Windows color (decimal): -2414529 or 4139227. OLE color: 4139227.

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

Color convert

RGB 219 40 63 -
CMYK 0 0.82 0.71 0.14
HSL 352.29º 0.71% 0.51% -
HSV(B) 352.29º 0.82% 0.86% -
XYZ 30.87 16.94 6.34 -
YUV 96.14 109.3 215.63 -
System Red Green Blue C M Y K H S L
Decimal 219 40 63 0 0.82 0.71 0.14 352.29 0.71 0.51
Hex DB 28 3F 0 52 47 E 160 47 33
Octal 333 50 77 0 122 107 16 540 107 63
Binary 11011011 101000 111111 0 1010010 1000111 1110 101100000 1000111 110011

Color Harmonies of #DB283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB283F

Black with #DB283F

Text Example


Text Example

White with #DB283F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB283F; }

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

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

background-color css

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

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

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

border-color css

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

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

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