Html Css Color HEX #DC263F Alizarin

📋 copy color: '#DC263F'

red 220 ◦ green 38 ◦ blue 63

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

Shades of Alizarin #DC263F

Tints of Alizarin #DC263F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.84%

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

R = 68.54%
G = 11.84%
B = 19.63%

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

#DC263F (or 0xDC263F) is known color: Alizarin. HEX triplet: DC, 26 and 3F. RGB value is (220,38,63). Sum of RGB (Red+Green+Blue) = 220+38+63=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC263F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC263F is #23D9C0. Grayscale: #5F5F5F. Windows color (decimal): -2349505 or 4138716. OLE color: 4138716.

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

Color convert

RGB 220 38 63 -
CMYK 0 0.83 0.71 0.14
HSL 351.76º 0.72% 0.51% -
HSV(B) 351.76º 0.83% 0.86% -
XYZ 31.11 16.96 6.34 -
YUV 95.27 109.8 216.97 -
System Red Green Blue C M Y K H S L
Decimal 220 38 63 0 0.83 0.71 0.14 351.76 0.72 0.51
Hex DC 26 3F 0 53 47 E 160 48 33
Octal 334 46 77 0 123 107 16 540 110 63
Binary 11011100 100110 111111 0 1010011 1000111 1110 101100000 1001000 110011

Color Harmonies of #DC263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC263F

Black with #DC263F

Text Example


Text Example

White with #DC263F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC263F; }

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

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

background-color css

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

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

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

border-color css

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

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

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