Html Css Color HEX #DC2F33 Alizarin

📋 copy color: '#DC2F33'

red 220 ◦ green 47 ◦ blue 51

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

Shades of Alizarin #DC2F33

Tints of Alizarin #DC2F33

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.78%

 BLUE value IS 51 (20.31% from 255) = 16.04%

R = 69.18%
G = 14.78%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC2F33 (or 0xDC2F33) is known color: Alizarin. HEX triplet: DC, 2F and 33. RGB value is (220,47,51). Sum of RGB (Red+Green+Blue) = 220+47+51=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2F33 is #23D0CC. Grayscale: #636363. Windows color (decimal): -2347213 or 3354588. OLE color: 3354588.

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

Color convert

RGB 220 47 51 -
CMYK 0 0.79 0.77 0.14
HSL 358.61º 0.71% 0.52% -
HSV(B) 358.61º 0.79% 0.86% -
XYZ 31.13 17.49 4.87 -
YUV 99.18 100.81 214.17 -
System Red Green Blue C M Y K H S L
Decimal 220 47 51 0 0.79 0.77 0.14 358.61 0.71 0.52
Hex DC 2F 33 0 4F 4D E 167 47 34
Octal 334 57 63 0 117 115 16 547 107 64
Binary 11011100 101111 110011 0 1001111 1001101 1110 101100111 1000111 110100

Color Harmonies of #DC2F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2F33

Black with #DC2F33

Text Example


Text Example

White with #DC2F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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