Html Css Color HEX #DC3231 Persian Red

📋 copy color: '#DC3231'

red 220 ◦ green 50 ◦ blue 49

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

Shades of Persian Red #DC3231

Tints of Persian Red #DC3231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.36%

R = 68.97%
G = 15.67%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC3231 (or 0xDC3231) is known color: Persian Red. HEX triplet: DC, 32 and 31. RGB value is (220,50,49). Sum of RGB (Red+Green+Blue) = 220+50+49=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3231 is #23CDCE. Grayscale: #646464. Windows color (decimal): -2346447 or 3224284. OLE color: 3224284.

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

Color convert

RGB 220 50 49 -
CMYK 0 0.77 0.78 0.14
HSL 0.35º 0.71% 0.53% -
HSV(B) 0.35º 0.78% 0.86% -
XYZ 31.21 17.72 4.68 -
YUV 100.72 98.82 213.08 -
System Red Green Blue C M Y K H S L
Decimal 220 50 49 0 0.77 0.78 0.14 0.35 0.71 0.53
Hex DC 32 31 0 4D 4E E 0 47 35
Octal 334 62 61 0 115 116 16 0 107 65
Binary 11011100 110010 110001 0 1001101 1001110 1110 0 1000111 110101

Color Harmonies of #DC3231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3231

Black with #DC3231

Text Example


Text Example

White with #DC3231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3231; }

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

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

background-color css

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

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

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

border-color css

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

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

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