Html Css Color HEX #DC2630 Alizarin

📋 copy color: '#DC2630'

red 220 ◦ green 38 ◦ blue 48

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

Shades of Alizarin #DC2630

Tints of Alizarin #DC2630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.69%

R = 71.9%
G = 12.42%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC2630 (or 0xDC2630) is known color: Alizarin. HEX triplet: DC, 26 and 30. RGB value is (220,38,48). Sum of RGB (Red+Green+Blue) = 220+38+48=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2630 is #23D9CF. Grayscale: #5D5D5D. Windows color (decimal): -2349520 or 3155676. OLE color: 3155676.

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

Color convert

RGB 220 38 48 -
CMYK 0 0.83 0.78 0.14
HSL 356.7º 0.72% 0.51% -
HSV(B) 356.7º 0.83% 0.86% -
XYZ 30.74 16.82 4.42 -
YUV 93.56 102.3 218.19 -
System Red Green Blue C M Y K H S L
Decimal 220 38 48 0 0.83 0.78 0.14 356.7 0.72 0.51
Hex DC 26 30 0 53 4E E 165 48 33
Octal 334 46 60 0 123 116 16 545 110 63
Binary 11011100 100110 110000 0 1010011 1001110 1110 101100101 1001000 110011

Color Harmonies of #DC2630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2630

Black with #DC2630

Text Example


Text Example

White with #DC2630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2630; }

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

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

background-color css

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

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

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

border-color css

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

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

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