Html Css Color HEX #DC3232 Persian Red

📋 copy color: '#DC3232'

red 220 ◦ green 50 ◦ blue 50

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

Shades of Persian Red #DC3232

Tints of Persian Red #DC3232

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.63%

 BLUE value IS 50 (19.92% from 255) = 15.63%

R = 68.75%
G = 15.63%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC3232 (or 0xDC3232) is known color: Persian Red. HEX triplet: DC, 32 and 32. RGB value is (220,50,50). Sum of RGB (Red+Green+Blue) = 220+50+50=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3232 is #23CDCD. Grayscale: #656565. Windows color (decimal): -2346446 or 3289820. OLE color: 3289820.

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

Color convert

RGB 220 50 50 -
CMYK 0 0.77 0.77 0.14
HSL 0.71% 0.53% -
HSV(B) 0.77% 0.86% -
XYZ 31.23 17.73 4.79 -
YUV 100.83 99.32 213 -
System Red Green Blue C M Y K H S L
Decimal 220 50 50 0 0.77 0.77 0.14 0 0.71 0.53
Hex DC 32 32 0 4D 4D E 0 47 35
Octal 334 62 62 0 115 115 16 0 107 65
Binary 11011100 110010 110010 0 1001101 1001101 1110 0 1000111 110101

Color Harmonies of #DC3232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3232

Black with #DC3232

Text Example


Text Example

White with #DC3232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3232; }

 p { color: rgb(220,50,50); }

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

background-color css

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

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

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

border-color css

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

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

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