Html Css Color HEX #DC272B Alizarin

📋 copy color: '#DC272B'

red 220 ◦ green 39 ◦ blue 43

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

Shades of Alizarin #DC272B

Tints of Alizarin #DC272B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.24%

R = 72.85%
G = 12.91%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC272B (or 0xDC272B) is known color: Alizarin. HEX triplet: DC, 27 and 2B. RGB value is (220,39,43). Sum of RGB (Red+Green+Blue) = 220+39+43=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC272B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC272B is #23D8D4. Grayscale: #5D5D5D. Windows color (decimal): -2349269 or 2828252. OLE color: 2828252.

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

Color convert

RGB 220 39 43 -
CMYK 0 0.82 0.80 0.14
HSL 358.67º 0.72% 0.51% -
HSV(B) 358.67º 0.82% 0.86% -
XYZ 30.68 16.84 3.92 -
YUV 93.58 99.47 218.17 -
System Red Green Blue C M Y K H S L
Decimal 220 39 43 0 0.82 0.80 0.14 358.67 0.72 0.51
Hex DC 27 2B 0 52 50 E 167 48 33
Octal 334 47 53 0 122 120 16 547 110 63
Binary 11011100 100111 101011 0 1010010 1010000 1110 101100111 1001000 110011

Color Harmonies of #DC272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC272B

Black with #DC272B

Text Example


Text Example

White with #DC272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC272B; }

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

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

background-color css

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

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

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

border-color css

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

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

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