Html Css Color HEX #DB242F Alizarin

📋 copy color: '#DB242F'

red 219 ◦ green 36 ◦ blue 47

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

Shades of Alizarin #DB242F

Tints of Alizarin #DB242F

RGB

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

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

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

R = 72.52%
G = 11.92%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB242F (or 0xDB242F) is known color: Alizarin. HEX triplet: DB, 24 and 2F. RGB value is (219,36,47). Sum of RGB (Red+Green+Blue) = 219+36+47=302 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.52% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 219 - color contains mainly: red. Hex color #DB242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB242F is #24DBD0. Grayscale: #5C5C5C. Windows color (decimal): -2415569 or 3089627. OLE color: 3089627.

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

Color convert

RGB 219 36 47 -
CMYK 0 0.84 0.79 0.14
HSL 356.39º 0.72% 0.5% -
HSV(B) 356.39º 0.84% 0.86% -
XYZ 30.36 16.53 4.28 -
YUV 91.97 102.63 218.61 -
System Red Green Blue C M Y K H S L
Decimal 219 36 47 0 0.84 0.79 0.14 356.39 0.72 0.5
Hex DB 24 2F 0 54 4F E 164 48 32
Octal 333 44 57 0 124 117 16 544 110 62
Binary 11011011 100100 101111 0 1010100 1001111 1110 101100100 1001000 110010

Color Harmonies of #DB242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB242F

Black with #DB242F

Text Example


Text Example

White with #DB242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB242F; }

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

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

background-color css

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

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

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

border-color css

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

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

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