Html Css Color HEX #DC312C Persian Red

📋 copy color: '#DC312C'

red 220 ◦ green 49 ◦ blue 44

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

Shades of Persian Red #DC312C

Tints of Persian Red #DC312C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.06%

R = 70.29%
G = 15.65%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DC312C (or 0xDC312C) is known color: Persian Red. HEX triplet: DC, 31 and 2C. RGB value is (220,49,44). Sum of RGB (Red+Green+Blue) = 220+49+44=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC312C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC312C is #23CED3. Grayscale: #636363. Windows color (decimal): -2346708 or 2896348. OLE color: 2896348.

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

Color convert

RGB 220 49 44 -
CMYK 0 0.78 0.8 0.14
HSL 1.7º 0.72% 0.52% -
HSV(B) 1.7º 0.8% 0.86% -
XYZ 31.07 17.59 4.14 -
YUV 99.56 96.65 213.91 -
System Red Green Blue C M Y K H S L
Decimal 220 49 44 0 0.78 0.8 0.14 1.7 0.72 0.52
Hex DC 31 2C 0 4E 50 E 2 48 34
Octal 334 61 54 0 116 120 16 2 110 64
Binary 11011100 110001 101100 0 1001110 1010000 1110 10 1001000 110100

Color Harmonies of #DC312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC312C

Black with #DC312C

Text Example


Text Example

White with #DC312C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC312C; }

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

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

background-color css

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

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

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

border-color css

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

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

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