Html Css Color HEX #DC212E Alizarin

📋 copy color: '#DC212E'

red 220 ◦ green 33 ◦ blue 46

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

Shades of Alizarin #DC212E

Tints of Alizarin #DC212E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.04%

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

R = 73.58%
G = 11.04%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC212E (or 0xDC212E) is known color: Alizarin. HEX triplet: DC, 21 and 2E. RGB value is (220,33,46). Sum of RGB (Red+Green+Blue) = 220+33+46=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC212E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC212E is #23DED1. Grayscale: #5A5A5A. Windows color (decimal): -2350802 or 3023324. OLE color: 3023324.

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

Color convert

RGB 220 33 46 -
CMYK 0 0.85 0.79 0.14
HSL 355.83º 0.74% 0.5% -
HSV(B) 355.83º 0.85% 0.86% -
XYZ 30.55 16.5 4.16 -
YUV 90.4 102.95 220.44 -
System Red Green Blue C M Y K H S L
Decimal 220 33 46 0 0.85 0.79 0.14 355.83 0.74 0.5
Hex DC 21 2E 0 55 4F E 164 4A 32
Octal 334 41 56 0 125 117 16 544 112 62
Binary 11011100 100001 101110 0 1010101 1001111 1110 101100100 1001010 110010

Color Harmonies of #DC212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC212E

Black with #DC212E

Text Example


Text Example

White with #DC212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC212E; }

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

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

background-color css

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

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

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

border-color css

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

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

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