Html Css Color HEX #DC3122 Persian Red

📋 copy color: '#DC3122'

red 220 ◦ green 49 ◦ blue 34

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

Shades of Persian Red #DC3122

Tints of Persian Red #DC3122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.22%

R = 72.61%
G = 16.17%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC3122 (or 0xDC3122) is known color: Persian Red. HEX triplet: DC, 31 and 22. RGB value is (220,49,34). Sum of RGB (Red+Green+Blue) = 220+49+34=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3122 is #23CEDD. Grayscale: #626262. Windows color (decimal): -2346718 or 2240988. OLE color: 2240988.

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

Color convert

RGB 220 49 34 -
CMYK 0 0.78 0.85 0.14
HSL 4.84º 0.73% 0.5% -
HSV(B) 4.84º 0.85% 0.86% -
XYZ 30.9 17.53 3.27 -
YUV 98.42 91.65 214.72 -
System Red Green Blue C M Y K H S L
Decimal 220 49 34 0 0.78 0.85 0.14 4.84 0.73 0.5
Hex DC 31 22 0 4E 55 E 5 49 32
Octal 334 61 42 0 116 125 16 5 111 62
Binary 11011100 110001 100010 0 1001110 1010101 1110 101 1001001 110010

Color Harmonies of #DC3122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3122

Black with #DC3122

Text Example


Text Example

White with #DC3122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3122; }

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

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

background-color css

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

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

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

border-color css

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

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

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