Html Css Color HEX #DC273F Alizarin

📋 copy color: '#DC273F'

red 220 ◦ green 39 ◦ blue 63

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

Shades of Alizarin #DC273F

Tints of Alizarin #DC273F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.57%

R = 68.32%
G = 12.11%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC273F (or 0xDC273F) is known color: Alizarin. HEX triplet: DC, 27 and 3F. RGB value is (220,39,63). Sum of RGB (Red+Green+Blue) = 220+39+63=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC273F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC273F is #23D8C0. Grayscale: #5F5F5F. Windows color (decimal): -2349249 or 4138972. OLE color: 4138972.

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

Color convert

RGB 220 39 63 -
CMYK 0 0.82 0.71 0.14
HSL 352.04º 0.72% 0.51% -
HSV(B) 352.04º 0.82% 0.86% -
XYZ 31.14 17.03 6.35 -
YUV 95.86 109.47 216.55 -
System Red Green Blue C M Y K H S L
Decimal 220 39 63 0 0.82 0.71 0.14 352.04 0.72 0.51
Hex DC 27 3F 0 52 47 E 160 48 33
Octal 334 47 77 0 122 107 16 540 110 63
Binary 11011100 100111 111111 0 1010010 1000111 1110 101100000 1001000 110011

Color Harmonies of #DC273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC273F

Black with #DC273F

Text Example


Text Example

White with #DC273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC273F; }

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

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

background-color css

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

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

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

border-color css

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

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

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