Html Css Color HEX #DC2D32 Alizarin

📋 copy color: '#DC2D32'

red 220 ◦ green 45 ◦ blue 50

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

Shades of Alizarin #DC2D32

Tints of Alizarin #DC2D32

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.29%

 BLUE value IS 50 (19.92% from 255) = 15.87%

R = 69.84%
G = 14.29%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC2D32 (or 0xDC2D32) is known color: Alizarin. HEX triplet: DC, 2D and 32. RGB value is (220,45,50). Sum of RGB (Red+Green+Blue) = 220+45+50=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2D32 is #23D2CD. Grayscale: #626262. Windows color (decimal): -2347726 or 3288540. OLE color: 3288540.

HSL color Cylindrical-coordinate representation of color #DC2D32: hue angle of 358.29º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2D32 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 45 50 -
CMYK 0 0.80 0.77 0.14
HSL 358.29º 0.71% 0.52% -
HSV(B) 358.29º 0.8% 0.86% -
XYZ 31.03 17.32 4.73 -
YUV 97.9 100.98 215.09 -
System Red Green Blue C M Y K H S L
Decimal 220 45 50 0 0.80 0.77 0.14 358.29 0.71 0.52
Hex DC 2D 32 0 50 4D E 166 47 34
Octal 334 55 62 0 120 115 16 546 107 64
Binary 11011100 101101 110010 0 1010000 1001101 1110 101100110 1000111 110100

Color Harmonies of #DC2D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2D32

Black with #DC2D32

Text Example


Text Example

White with #DC2D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2D32; }

 p { color: rgb(220,45,50); }

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

background-color css

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

 a { background-color: rgb(220,45,50); }

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

border-color css

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

 span { border-color: rgb(220,45,50); }

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