Html Css Color HEX #DC3129 Persian Red

📋 copy color: '#DC3129'

red 220 ◦ green 49 ◦ blue 41

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

Shades of Persian Red #DC3129

Tints of Persian Red #DC3129

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.81%

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

R = 70.97%
G = 15.81%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC3129 (or 0xDC3129) is known color: Persian Red. HEX triplet: DC, 31 and 29. RGB value is (220,49,41). Sum of RGB (Red+Green+Blue) = 220+49+41=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3129 is #23CED6. Grayscale: #636363. Windows color (decimal): -2346711 or 2699740. OLE color: 2699740.

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

Color convert

RGB 220 49 41 -
CMYK 0 0.78 0.81 0.14
HSL 2.68º 0.72% 0.51% -
HSV(B) 2.68º 0.81% 0.86% -
XYZ 31.01 17.57 3.86 -
YUV 99.22 95.15 214.15 -
System Red Green Blue C M Y K H S L
Decimal 220 49 41 0 0.78 0.81 0.14 2.68 0.72 0.51
Hex DC 31 29 0 4E 51 E 3 48 33
Octal 334 61 51 0 116 121 16 3 110 63
Binary 11011100 110001 101001 0 1001110 1010001 1110 11 1001000 110011

Color Harmonies of #DC3129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3129

Black with #DC3129

Text Example


Text Example

White with #DC3129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3129; }

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

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

background-color css

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

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

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

border-color css

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

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

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