Html Css Color HEX #DB282F Alizarin

📋 copy color: '#DB282F'

red 219 ◦ green 40 ◦ blue 47

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

Shades of Alizarin #DB282F

Tints of Alizarin #DB282F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.36%

R = 71.57%
G = 13.07%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB282F (or 0xDB282F) is known color: Alizarin. HEX triplet: DB, 28 and 2F. RGB value is (219,40,47). Sum of RGB (Red+Green+Blue) = 219+40+47=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB282F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB282F is #24D7D0. Grayscale: #5E5E5E. Windows color (decimal): -2414545 or 3090651. OLE color: 3090651.

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

Color convert

RGB 219 40 47 -
CMYK 0 0.82 0.79 0.14
HSL 357.65º 0.71% 0.51% -
HSV(B) 357.65º 0.82% 0.86% -
XYZ 30.49 16.78 4.32 -
YUV 94.32 101.3 216.93 -
System Red Green Blue C M Y K H S L
Decimal 219 40 47 0 0.82 0.79 0.14 357.65 0.71 0.51
Hex DB 28 2F 0 52 4F E 166 47 33
Octal 333 50 57 0 122 117 16 546 107 63
Binary 11011011 101000 101111 0 1010010 1001111 1110 101100110 1000111 110011

Color Harmonies of #DB282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB282F

Black with #DB282F

Text Example


Text Example

White with #DB282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB282F; }

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

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

background-color css

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

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

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

border-color css

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

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

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