Html Css Color HEX #DC2226 Alizarin

📋 copy color: '#DC2226'

red 220 ◦ green 34 ◦ blue 38

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

Shades of Alizarin #DC2226

Tints of Alizarin #DC2226

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.64%

 BLUE value IS 38 (15.23% from 255) = 13.01%

R = 75.34%
G = 11.64%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC2226 (or 0xDC2226) is known color: Alizarin. HEX triplet: DC, 22 and 26. RGB value is (220,34,38). Sum of RGB (Red+Green+Blue) = 220+34+38=292 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.34% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2226 is #23DDD9. Grayscale: #5A5A5A. Windows color (decimal): -2350554 or 2499292. OLE color: 2499292.

HSL color Cylindrical-coordinate representation of color #DC2226: hue angle of 358.71º degrees, saturation: 0.73, 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 #DC2226 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 34 38 -
CMYK 0 0.85 0.83 0.14
HSL 358.71º 0.73% 0.5% -
HSV(B) 358.71º 0.85% 0.86% -
XYZ 30.44 16.5 3.41 -
YUV 90.07 98.62 220.67 -
System Red Green Blue C M Y K H S L
Decimal 220 34 38 0 0.85 0.83 0.14 358.71 0.73 0.5
Hex DC 22 26 0 55 53 E 167 49 32
Octal 334 42 46 0 125 123 16 547 111 62
Binary 11011100 100010 100110 0 1010101 1010011 1110 101100111 1001001 110010

Color Harmonies of #DC2226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2226

Black with #DC2226

Text Example


Text Example

White with #DC2226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2226; }

 p { color: rgb(220,34,38); }

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

background-color css

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

 a { background-color: rgb(220,34,38); }

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

border-color css

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

 span { border-color: rgb(220,34,38); }

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