Html Css Color HEX #DC272E Alizarin

📋 copy color: '#DC272E'

red 220 ◦ green 39 ◦ blue 46

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

Shades of Alizarin #DC272E

Tints of Alizarin #DC272E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.08%

R = 72.13%
G = 12.79%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC272E (or 0xDC272E) is known color: Alizarin. HEX triplet: DC, 27 and 2E. RGB value is (220,39,46). Sum of RGB (Red+Green+Blue) = 220+39+46=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC272E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC272E is #23D8D1. Grayscale: #5E5E5E. Windows color (decimal): -2349266 or 3024860. OLE color: 3024860.

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

Color convert

RGB 220 39 46 -
CMYK 0 0.82 0.79 0.14
HSL 357.68º 0.72% 0.51% -
HSV(B) 357.68º 0.82% 0.86% -
XYZ 30.73 16.86 4.22 -
YUV 93.92 100.97 217.93 -
System Red Green Blue C M Y K H S L
Decimal 220 39 46 0 0.82 0.79 0.14 357.68 0.72 0.51
Hex DC 27 2E 0 52 4F E 166 48 33
Octal 334 47 56 0 122 117 16 546 110 63
Binary 11011100 100111 101110 0 1010010 1001111 1110 101100110 1001000 110011

Color Harmonies of #DC272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC272E

Black with #DC272E

Text Example


Text Example

White with #DC272E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC272E; }

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

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

background-color css

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

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

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

border-color css

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

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

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