Html Css Color HEX #DC3229 Persian Red

📋 copy color: '#DC3229'

red 220 ◦ green 50 ◦ blue 41

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

Shades of Persian Red #DC3229

Tints of Persian Red #DC3229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.18%

R = 70.74%
G = 16.08%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC3229 (or 0xDC3229) is known color: Persian Red. HEX triplet: DC, 32 and 29. RGB value is (220,50,41). Sum of RGB (Red+Green+Blue) = 220+50+41=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3229 is #23CDD6. Grayscale: #646464. Windows color (decimal): -2346455 or 2699996. OLE color: 2699996.

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

Color convert

RGB 220 50 41 -
CMYK 0 0.77 0.81 0.14
HSL 3.02º 0.72% 0.51% -
HSV(B) 3.02º 0.81% 0.86% -
XYZ 31.06 17.66 3.87 -
YUV 99.8 94.82 213.73 -
System Red Green Blue C M Y K H S L
Decimal 220 50 41 0 0.77 0.81 0.14 3.02 0.72 0.51
Hex DC 32 29 0 4D 51 E 3 48 33
Octal 334 62 51 0 115 121 16 3 110 63
Binary 11011100 110010 101001 0 1001101 1010001 1110 11 1001000 110011

Color Harmonies of #DC3229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3229

Black with #DC3229

Text Example


Text Example

White with #DC3229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3229; }

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

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

background-color css

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

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

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

border-color css

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

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

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