Html Css Color HEX #DC3435 Alizarin

📋 copy color: '#DC3435'

red 220 ◦ green 52 ◦ blue 53

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

Shades of Alizarin #DC3435

Tints of Alizarin #DC3435

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16%

 BLUE value IS 53 (21.09% from 255) = 16.31%

R = 67.69%
G = 16%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC3435 (or 0xDC3435) is known color: Alizarin. HEX triplet: DC, 34 and 35. RGB value is (220,52,53). Sum of RGB (Red+Green+Blue) = 220+52+53=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3435 is #23CBCA. Grayscale: #666666. Windows color (decimal): -2345931 or 3486940. OLE color: 3486940.

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

Color convert

RGB 220 52 53 -
CMYK 0 0.76 0.76 0.14
HSL 359.64º 0.71% 0.53% -
HSV(B) 359.64º 0.76% 0.86% -
XYZ 31.39 17.93 5.17 -
YUV 102.35 100.16 211.92 -
System Red Green Blue C M Y K H S L
Decimal 220 52 53 0 0.76 0.76 0.14 359.64 0.71 0.53
Hex DC 34 35 0 4C 4C E 168 47 35
Octal 334 64 65 0 114 114 16 550 107 65
Binary 11011100 110100 110101 0 1001100 1001100 1110 101101000 1000111 110101

Color Harmonies of #DC3435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3435

Black with #DC3435

Text Example


Text Example

White with #DC3435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3435; }

 p { color: rgb(220,52,53); }

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

background-color css

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

 a { background-color: rgb(220,52,53); }

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

border-color css

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

 span { border-color: rgb(220,52,53); }

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