Html Css Color HEX #DC3329 Persian Red

📋 copy color: '#DC3329'

red 220 ◦ green 51 ◦ blue 41

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

Shades of Persian Red #DC3329

Tints of Persian Red #DC3329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.35%

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

R = 70.51%
G = 16.35%
B = 13.14%

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

#DC3329 (or 0xDC3329) is known color: Persian Red. HEX triplet: DC, 33 and 29. RGB value is (220,51,41). Sum of RGB (Red+Green+Blue) = 220+51+41=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3329 is #23CCD6. Grayscale: #646464. Windows color (decimal): -2346199 or 2700252. OLE color: 2700252.

HSL color Cylindrical-coordinate representation of color #DC3329: hue angle of 3.35º 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 #DC3329 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 51 41 -
CMYK 0 0.77 0.81 0.14
HSL 3.35º 0.72% 0.51% -
HSV(B) 3.35º 0.81% 0.86% -
XYZ 31.1 17.74 3.88 -
YUV 100.39 94.49 213.31 -
System Red Green Blue C M Y K H S L
Decimal 220 51 41 0 0.77 0.81 0.14 3.35 0.72 0.51
Hex DC 33 29 0 4D 51 E 3 48 33
Octal 334 63 51 0 115 121 16 3 110 63
Binary 11011100 110011 101001 0 1001101 1010001 1110 11 1001000 110011

Color Harmonies of #DC3329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3329

Black with #DC3329

Text Example


Text Example

White with #DC3329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3329; }

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

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

background-color css

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

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

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

border-color css

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

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

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