Html Css Color HEX #DB243F Alizarin

📋 copy color: '#DB243F'

red 219 ◦ green 36 ◦ blue 63

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

Shades of Alizarin #DB243F

Tints of Alizarin #DB243F

RGB

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

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

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

R = 68.87%
G = 11.32%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB243F (or 0xDB243F) is known color: Alizarin. HEX triplet: DB, 24 and 3F. RGB value is (219,36,63). Sum of RGB (Red+Green+Blue) = 219+36+63=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB243F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB243F is #24DBC0. Grayscale: #5D5D5D. Windows color (decimal): -2415553 or 4138203. OLE color: 4138203.

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

Color convert

RGB 219 36 63 -
CMYK 0 0.84 0.71 0.14
HSL 351.15º 0.72% 0.5% -
HSV(B) 351.15º 0.84% 0.86% -
XYZ 30.74 16.68 6.3 -
YUV 93.8 110.63 217.3 -
System Red Green Blue C M Y K H S L
Decimal 219 36 63 0 0.84 0.71 0.14 351.15 0.72 0.5
Hex DB 24 3F 0 54 47 E 15F 48 32
Octal 333 44 77 0 124 107 16 537 110 62
Binary 11011011 100100 111111 0 1010100 1000111 1110 101011111 1001000 110010

Color Harmonies of #DB243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB243F

Black with #DB243F

Text Example


Text Example

White with #DB243F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB243F; }

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

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

background-color css

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

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

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

border-color css

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

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

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