Html Css Color HEX #DC242E Alizarin

📋 copy color: '#DC242E'

red 220 ◦ green 36 ◦ blue 46

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

Shades of Alizarin #DC242E

Tints of Alizarin #DC242E

RGB

 RED value IS 220 (86.33% from 255) = 72.85%

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

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

R = 72.85%
G = 11.92%
B = 15.23%

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

#DC242E (or 0xDC242E) is known color: Alizarin. HEX triplet: DC, 24 and 2E. RGB value is (220,36,46). Sum of RGB (Red+Green+Blue) = 220+36+46=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC242E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC242E is #23DBD1. Grayscale: #5C5C5C. Windows color (decimal): -2350034 or 3024092. OLE color: 3024092.

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

Color convert

RGB 220 36 46 -
CMYK 0 0.84 0.79 0.14
HSL 356.74º 0.72% 0.5% -
HSV(B) 356.74º 0.84% 0.86% -
XYZ 30.64 16.67 4.19 -
YUV 92.16 101.96 219.19 -
System Red Green Blue C M Y K H S L
Decimal 220 36 46 0 0.84 0.79 0.14 356.74 0.72 0.5
Hex DC 24 2E 0 54 4F E 165 48 32
Octal 334 44 56 0 124 117 16 545 110 62
Binary 11011100 100100 101110 0 1010100 1001111 1110 101100101 1001000 110010

Color Harmonies of #DC242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC242E

Black with #DC242E

Text Example


Text Example

White with #DC242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC242E; }

 p { color: rgb(220,36,46); }

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

background-color css

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

 a { background-color: rgb(220,36,46); }

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

border-color css

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

 span { border-color: rgb(220,36,46); }

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