Html Css Color HEX #DC2D2F Alizarin

📋 copy color: '#DC2D2F'

red 220 ◦ green 45 ◦ blue 47

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

Shades of Alizarin #DC2D2F

Tints of Alizarin #DC2D2F

RGB

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

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

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

R = 70.51%
G = 14.42%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC2D2F (or 0xDC2D2F) is known color: Alizarin. HEX triplet: DC, 2D and 2F. RGB value is (220,45,47). Sum of RGB (Red+Green+Blue) = 220+45+47=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2D2F is #23D2D0. Grayscale: #616161. Windows color (decimal): -2347729 or 3091932. OLE color: 3091932.

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

Color convert

RGB 220 45 47 -
CMYK 0 0.80 0.79 0.14
HSL 359.31º 0.71% 0.52% -
HSV(B) 359.31º 0.8% 0.86% -
XYZ 30.97 17.3 4.4 -
YUV 97.55 99.48 215.34 -
System Red Green Blue C M Y K H S L
Decimal 220 45 47 0 0.80 0.79 0.14 359.31 0.71 0.52
Hex DC 2D 2F 0 50 4F E 167 47 34
Octal 334 55 57 0 120 117 16 547 107 64
Binary 11011100 101101 101111 0 1010000 1001111 1110 101100111 1000111 110100

Color Harmonies of #DC2D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2D2F

Black with #DC2D2F

Text Example


Text Example

White with #DC2D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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