Html Css Color HEX #DB262E Alizarin

📋 copy color: '#DB262E'

red 219 ◦ green 38 ◦ blue 46

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

Shades of Alizarin #DB262E

Tints of Alizarin #DB262E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.54%

 BLUE value IS 46 (18.36% from 255) = 15.18%

R = 72.28%
G = 12.54%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB262E (or 0xDB262E) is known color: Alizarin. HEX triplet: DB, 26 and 2E. RGB value is (219,38,46). Sum of RGB (Red+Green+Blue) = 219+38+46=303 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.28% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 219 - color contains mainly: red. Hex color #DB262E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB262E is #24D9D1. Grayscale: #5D5D5D. Windows color (decimal): -2415058 or 3024603. OLE color: 3024603.

HSL color Cylindrical-coordinate representation of color #DB262E: hue angle of 357.35º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB262E is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 38 46 -
CMYK 0 0.83 0.79 0.14
HSL 357.35º 0.72% 0.5% -
HSV(B) 357.35º 0.83% 0.86% -
XYZ 30.4 16.64 4.2 -
YUV 93.03 101.47 217.85 -
System Red Green Blue C M Y K H S L
Decimal 219 38 46 0 0.83 0.79 0.14 357.35 0.72 0.5
Hex DB 26 2E 0 53 4F E 165 48 32
Octal 333 46 56 0 123 117 16 545 110 62
Binary 11011011 100110 101110 0 1010011 1001111 1110 101100101 1001000 110010

Color Harmonies of #DB262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB262E

Black with #DB262E

Text Example


Text Example

White with #DB262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB262E; }

 p { color: rgb(219,38,46); }

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

background-color css

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

 a { background-color: rgb(219,38,46); }

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

border-color css

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

 span { border-color: rgb(219,38,46); }

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