Html Css Color HEX #DC272A Alizarin

📋 copy color: '#DC272A'

red 220 ◦ green 39 ◦ blue 42

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

Shades of Alizarin #DC272A

Tints of Alizarin #DC272A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.96%

 BLUE value IS 42 (16.8% from 255) = 13.95%

R = 73.09%
G = 12.96%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC272A (or 0xDC272A) is known color: Alizarin. HEX triplet: DC, 27 and 2A. RGB value is (220,39,42). Sum of RGB (Red+Green+Blue) = 220+39+42=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC272A is #23D8D5. Grayscale: #5D5D5D. Windows color (decimal): -2349270 or 2762716. OLE color: 2762716.

HSL color Cylindrical-coordinate representation of color #DC272A: hue angle of 359.01º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC272A is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 39 42 -
CMYK 0 0.82 0.81 0.14
HSL 359.01º 0.72% 0.51% -
HSV(B) 359.01º 0.82% 0.86% -
XYZ 30.66 16.83 3.82 -
YUV 93.46 98.97 218.26 -
System Red Green Blue C M Y K H S L
Decimal 220 39 42 0 0.82 0.81 0.14 359.01 0.72 0.51
Hex DC 27 2A 0 52 51 E 167 48 33
Octal 334 47 52 0 122 121 16 547 110 63
Binary 11011100 100111 101010 0 1010010 1010001 1110 101100111 1001000 110011

Color Harmonies of #DC272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC272A

Black with #DC272A

Text Example


Text Example

White with #DC272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC272A; }

 p { color: rgb(220,39,42); }

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

background-color css

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

 a { background-color: rgb(220,39,42); }

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

border-color css

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

 span { border-color: rgb(220,39,42); }

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