Html Css Color HEX #DC2D30 Alizarin

📋 copy color: '#DC2D30'

red 220 ◦ green 45 ◦ blue 48

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

Shades of Alizarin #DC2D30

Tints of Alizarin #DC2D30

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.38%

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

R = 70.29%
G = 14.38%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC2D30 (or 0xDC2D30) is known color: Alizarin. HEX triplet: DC, 2D and 30. RGB value is (220,45,48). Sum of RGB (Red+Green+Blue) = 220+45+48=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2D30 is #23D2CF. Grayscale: #616161. Windows color (decimal): -2347728 or 3157468. OLE color: 3157468.

HSL color Cylindrical-coordinate representation of color #DC2D30: hue angle of 358.97º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2D30 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 45 48 -
CMYK 0 0.80 0.78 0.14
HSL 358.97º 0.71% 0.52% -
HSV(B) 358.97º 0.8% 0.86% -
XYZ 30.99 17.31 4.5 -
YUV 97.67 99.98 215.26 -
System Red Green Blue C M Y K H S L
Decimal 220 45 48 0 0.80 0.78 0.14 358.97 0.71 0.52
Hex DC 2D 30 0 50 4E E 167 47 34
Octal 334 55 60 0 120 116 16 547 107 64
Binary 11011100 101101 110000 0 1010000 1001110 1110 101100111 1000111 110100

Color Harmonies of #DC2D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2D30

Black with #DC2D30

Text Example


Text Example

White with #DC2D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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