Html Css Color HEX #DC263D Alizarin

📋 copy color: '#DC263D'

red 220 ◦ green 38 ◦ blue 61

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

Shades of Alizarin #DC263D

Tints of Alizarin #DC263D

RGB

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

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

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

R = 68.97%
G = 11.91%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC263D (or 0xDC263D) is known color: Alizarin. HEX triplet: DC, 26 and 3D. RGB value is (220,38,61). Sum of RGB (Red+Green+Blue) = 220+38+61=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC263D is #23D9C2. Grayscale: #5F5F5F. Windows color (decimal): -2349507 or 4007644. OLE color: 4007644.

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

Color convert

RGB 220 38 61 -
CMYK 0 0.83 0.72 0.14
HSL 352.42º 0.72% 0.51% -
HSV(B) 352.42º 0.83% 0.86% -
XYZ 31.05 16.94 6.05 -
YUV 95.04 108.8 217.13 -
System Red Green Blue C M Y K H S L
Decimal 220 38 61 0 0.83 0.72 0.14 352.42 0.72 0.51
Hex DC 26 3D 0 53 48 E 160 48 33
Octal 334 46 75 0 123 110 16 540 110 63
Binary 11011100 100110 111101 0 1010011 1001000 1110 101100000 1001000 110011

Color Harmonies of #DC263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC263D

Black with #DC263D

Text Example


Text Example

White with #DC263D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC263D; }

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

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

background-color css

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

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

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

border-color css

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

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

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