Html Css Color HEX #DC2330 Alizarin

📋 copy color: '#DC2330'

red 220 ◦ green 35 ◦ blue 48

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

Shades of Alizarin #DC2330

Tints of Alizarin #DC2330

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.55%

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

R = 72.61%
G = 11.55%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC2330 (or 0xDC2330) is known color: Alizarin. HEX triplet: DC, 23 and 30. RGB value is (220,35,48). Sum of RGB (Red+Green+Blue) = 220+35+48=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2330 is #23DCCF. Grayscale: #5B5B5B. Windows color (decimal): -2350288 or 3154908. OLE color: 3154908.

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

Color convert

RGB 220 35 48 -
CMYK 0 0.84 0.78 0.14
HSL 355.78º 0.73% 0.5% -
HSV(B) 355.78º 0.84% 0.86% -
XYZ 30.65 16.63 4.39 -
YUV 91.8 103.29 219.44 -
System Red Green Blue C M Y K H S L
Decimal 220 35 48 0 0.84 0.78 0.14 355.78 0.73 0.5
Hex DC 23 30 0 54 4E E 164 49 32
Octal 334 43 60 0 124 116 16 544 111 62
Binary 11011100 100011 110000 0 1010100 1001110 1110 101100100 1001001 110010

Color Harmonies of #DC2330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2330

Black with #DC2330

Text Example


Text Example

White with #DC2330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2330; }

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

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

background-color css

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

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

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

border-color css

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

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

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