Html Css Color HEX #DC2A30 Alizarin

📋 copy color: '#DC2A30'

red 220 ◦ green 42 ◦ blue 48

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

Shades of Alizarin #DC2A30

Tints of Alizarin #DC2A30

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.55%

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

R = 70.97%
G = 13.55%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC2A30 (or 0xDC2A30) is known color: Alizarin. HEX triplet: DC, 2A and 30. RGB value is (220,42,48). Sum of RGB (Red+Green+Blue) = 220+42+48=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2A30 is #23D5CF. Grayscale: #606060. Windows color (decimal): -2348496 or 3156700. OLE color: 3156700.

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

Color convert

RGB 220 42 48 -
CMYK 0 0.81 0.78 0.14
HSL 357.98º 0.72% 0.51% -
HSV(B) 357.98º 0.81% 0.86% -
XYZ 30.88 17.08 4.47 -
YUV 95.91 100.97 216.51 -
System Red Green Blue C M Y K H S L
Decimal 220 42 48 0 0.81 0.78 0.14 357.98 0.72 0.51
Hex DC 2A 30 0 51 4E E 166 48 33
Octal 334 52 60 0 121 116 16 546 110 63
Binary 11011100 101010 110000 0 1010001 1001110 1110 101100110 1001000 110011

Color Harmonies of #DC2A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2A30

Black with #DC2A30

Text Example


Text Example

White with #DC2A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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