Html Css Color HEX #DB272E Alizarin

📋 copy color: '#DB272E'

red 219 ◦ green 39 ◦ blue 46

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

Shades of Alizarin #DB272E

Tints of Alizarin #DB272E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.83%

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

R = 72.04%
G = 12.83%
B = 15.13%

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

#DB272E (or 0xDB272E) is known color: Alizarin. HEX triplet: DB, 27 and 2E. RGB value is (219,39,46). Sum of RGB (Red+Green+Blue) = 219+39+46=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB272E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB272E is #24D8D1. Grayscale: #5D5D5D. Windows color (decimal): -2414802 or 3024859. OLE color: 3024859.

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

Color convert

RGB 219 39 46 -
CMYK 0 0.82 0.79 0.14
HSL 357.67º 0.71% 0.51% -
HSV(B) 357.67º 0.82% 0.86% -
XYZ 30.43 16.71 4.21 -
YUV 93.62 101.13 217.43 -
System Red Green Blue C M Y K H S L
Decimal 219 39 46 0 0.82 0.79 0.14 357.67 0.71 0.51
Hex DB 27 2E 0 52 4F E 166 47 33
Octal 333 47 56 0 122 117 16 546 107 63
Binary 11011011 100111 101110 0 1010010 1001111 1110 101100110 1000111 110011

Color Harmonies of #DB272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB272E

Black with #DB272E

Text Example


Text Example

White with #DB272E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB272E; }

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

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

background-color css

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

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

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

border-color css

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

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

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