Html Css Color HEX #DC312D Persian Red

📋 copy color: '#DC312D'

red 220 ◦ green 49 ◦ blue 45

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

Shades of Persian Red #DC312D

Tints of Persian Red #DC312D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.33%

R = 70.06%
G = 15.61%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC312D (or 0xDC312D) is known color: Persian Red. HEX triplet: DC, 31 and 2D. RGB value is (220,49,45). Sum of RGB (Red+Green+Blue) = 220+49+45=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC312D is #23CED2. Grayscale: #636363. Windows color (decimal): -2346707 or 2961884. OLE color: 2961884.

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

Color convert

RGB 220 49 45 -
CMYK 0 0.78 0.80 0.14
HSL 1.37º 0.71% 0.52% -
HSV(B) 1.37º 0.8% 0.86% -
XYZ 31.09 17.6 4.24 -
YUV 99.67 97.15 213.83 -
System Red Green Blue C M Y K H S L
Decimal 220 49 45 0 0.78 0.80 0.14 1.37 0.71 0.52
Hex DC 31 2D 0 4E 50 E 1 47 34
Octal 334 61 55 0 116 120 16 1 107 64
Binary 11011100 110001 101101 0 1001110 1010000 1110 1 1000111 110100

Color Harmonies of #DC312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC312D

Black with #DC312D

Text Example


Text Example

White with #DC312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC312D; }

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

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

background-color css

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

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

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

border-color css

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

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

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