Html Css Color HEX #DC2B2F Alizarin

📋 copy color: '#DC2B2F'

red 220 ◦ green 43 ◦ blue 47

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

Shades of Alizarin #DC2B2F

Tints of Alizarin #DC2B2F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.87%

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

R = 70.97%
G = 13.87%
B = 15.16%

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

#DC2B2F (or 0xDC2B2F) is known color: Alizarin. HEX triplet: DC, 2B and 2F. RGB value is (220,43,47). Sum of RGB (Red+Green+Blue) = 220+43+47=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2B2F is #23D4D0. Grayscale: #606060. Windows color (decimal): -2348241 or 3091420. OLE color: 3091420.

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

Color convert

RGB 220 43 47 -
CMYK 0 0.80 0.79 0.14
HSL 358.64º 0.72% 0.52% -
HSV(B) 358.64º 0.8% 0.86% -
XYZ 30.89 17.15 4.37 -
YUV 96.38 100.14 216.17 -
System Red Green Blue C M Y K H S L
Decimal 220 43 47 0 0.80 0.79 0.14 358.64 0.72 0.52
Hex DC 2B 2F 0 50 4F E 167 48 34
Octal 334 53 57 0 120 117 16 547 110 64
Binary 11011100 101011 101111 0 1010000 1001111 1110 101100111 1001000 110100

Color Harmonies of #DC2B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2B2F

Black with #DC2B2F

Text Example


Text Example

White with #DC2B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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