Html Css Color HEX #DC253F Alizarin

📋 copy color: '#DC253F'

red 220 ◦ green 37 ◦ blue 63

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

Shades of Alizarin #DC253F

Tints of Alizarin #DC253F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.56%

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

R = 68.75%
G = 11.56%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC253F (or 0xDC253F) is known color: Alizarin. HEX triplet: DC, 25 and 3F. RGB value is (220,37,63). Sum of RGB (Red+Green+Blue) = 220+37+63=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC253F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC253F is #23DAC0. Grayscale: #5E5E5E. Windows color (decimal): -2349761 or 4138460. OLE color: 4138460.

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

Color convert

RGB 220 37 63 -
CMYK 0 0.83 0.71 0.14
HSL 351.48º 0.72% 0.5% -
HSV(B) 351.48º 0.83% 0.86% -
XYZ 31.07 16.9 6.33 -
YUV 94.68 110.13 217.39 -
System Red Green Blue C M Y K H S L
Decimal 220 37 63 0 0.83 0.71 0.14 351.48 0.72 0.5
Hex DC 25 3F 0 53 47 E 15F 48 32
Octal 334 45 77 0 123 107 16 537 110 62
Binary 11011100 100101 111111 0 1010011 1000111 1110 101011111 1001000 110010

Color Harmonies of #DC253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC253F

Black with #DC253F

Text Example


Text Example

White with #DC253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC253F; }

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

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

background-color css

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

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

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

border-color css

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

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

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