Html Css Color HEX #DC2430 Alizarin

📋 copy color: '#DC2430'

red 220 ◦ green 36 ◦ blue 48

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

Shades of Alizarin #DC2430

Tints of Alizarin #DC2430

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.84%

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

R = 72.37%
G = 11.84%
B = 15.79%

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

#DC2430 (or 0xDC2430) is known color: Alizarin. HEX triplet: DC, 24 and 30. RGB value is (220,36,48). Sum of RGB (Red+Green+Blue) = 220+36+48=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2430 is #23DBCF. Grayscale: #5C5C5C. Windows color (decimal): -2350032 or 3155164. OLE color: 3155164.

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

Color convert

RGB 220 36 48 -
CMYK 0 0.84 0.78 0.14
HSL 356.09º 0.72% 0.5% -
HSV(B) 356.09º 0.84% 0.86% -
XYZ 30.68 16.69 4.4 -
YUV 92.38 102.96 219.02 -
System Red Green Blue C M Y K H S L
Decimal 220 36 48 0 0.84 0.78 0.14 356.09 0.72 0.5
Hex DC 24 30 0 54 4E E 164 48 32
Octal 334 44 60 0 124 116 16 544 110 62
Binary 11011100 100100 110000 0 1010100 1001110 1110 101100100 1001000 110010

Color Harmonies of #DC2430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2430

Black with #DC2430

Text Example


Text Example

White with #DC2430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2430; }

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

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

background-color css

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

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

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

border-color css

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

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

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