Html Css Color HEX #DB242C Alizarin

📋 copy color: '#DB242C'

red 219 ◦ green 36 ◦ blue 44

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

Shades of Alizarin #DB242C

Tints of Alizarin #DB242C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.04%

 BLUE value IS 44 (17.58% from 255) = 14.72%

R = 73.24%
G = 12.04%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB242C (or 0xDB242C) is known color: Alizarin. HEX triplet: DB, 24 and 2C. RGB value is (219,36,44). Sum of RGB (Red+Green+Blue) = 219+36+44=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB242C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB242C is #24DBD3. Grayscale: #5B5B5B. Windows color (decimal): -2415572 or 2893019. OLE color: 2893019.

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

Color convert

RGB 219 36 44 -
CMYK 0 0.84 0.80 0.14
HSL 357.38º 0.72% 0.5% -
HSV(B) 357.38º 0.84% 0.86% -
XYZ 30.3 16.5 3.97 -
YUV 91.63 101.13 218.85 -
System Red Green Blue C M Y K H S L
Decimal 219 36 44 0 0.84 0.80 0.14 357.38 0.72 0.5
Hex DB 24 2C 0 54 50 E 165 48 32
Octal 333 44 54 0 124 120 16 545 110 62
Binary 11011011 100100 101100 0 1010100 1010000 1110 101100101 1001000 110010

Color Harmonies of #DB242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB242C

Black with #DB242C

Text Example


Text Example

White with #DB242C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB242C; }

 p { color: rgb(219,36,44); }

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

background-color css

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

 a { background-color: rgb(219,36,44); }

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

border-color css

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

 span { border-color: rgb(219,36,44); }

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