Html Css Color HEX #DC273D Alizarin

📋 copy color: '#DC273D'

red 220 ◦ green 39 ◦ blue 61

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

Shades of Alizarin #DC273D

Tints of Alizarin #DC273D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.06%

R = 68.75%
G = 12.19%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC273D (or 0xDC273D) is known color: Alizarin. HEX triplet: DC, 27 and 3D. RGB value is (220,39,61). Sum of RGB (Red+Green+Blue) = 220+39+61=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC273D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC273D is #23D8C2. Grayscale: #5F5F5F. Windows color (decimal): -2349251 or 4007900. OLE color: 4007900.

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

Color convert

RGB 220 39 61 -
CMYK 0 0.82 0.72 0.14
HSL 352.71º 0.72% 0.51% -
HSV(B) 352.71º 0.82% 0.86% -
XYZ 31.08 17 6.06 -
YUV 95.63 108.47 216.71 -
System Red Green Blue C M Y K H S L
Decimal 220 39 61 0 0.82 0.72 0.14 352.71 0.72 0.51
Hex DC 27 3D 0 52 48 E 161 48 33
Octal 334 47 75 0 122 110 16 541 110 63
Binary 11011100 100111 111101 0 1010010 1001000 1110 101100001 1001000 110011

Color Harmonies of #DC273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC273D

Black with #DC273D

Text Example


Text Example

White with #DC273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC273D; }

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

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

background-color css

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

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

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

border-color css

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

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

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