Html Css Color HEX #DC312E Persian Red

📋 copy color: '#DC312E'

red 220 ◦ green 49 ◦ blue 46

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

Shades of Persian Red #DC312E

Tints of Persian Red #DC312E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.6%

R = 69.84%
G = 15.56%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC312E (or 0xDC312E) is known color: Persian Red. HEX triplet: DC, 31 and 2E. RGB value is (220,49,46). Sum of RGB (Red+Green+Blue) = 220+49+46=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC312E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC312E is #23CED1. Grayscale: #636363. Windows color (decimal): -2346706 or 3027420. OLE color: 3027420.

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

Color convert

RGB 220 49 46 -
CMYK 0 0.78 0.79 0.14
HSL 1.03º 0.71% 0.52% -
HSV(B) 1.03º 0.79% 0.86% -
XYZ 31.11 17.61 4.34 -
YUV 99.79 97.65 213.74 -
System Red Green Blue C M Y K H S L
Decimal 220 49 46 0 0.78 0.79 0.14 1.03 0.71 0.52
Hex DC 31 2E 0 4E 4F E 1 47 34
Octal 334 61 56 0 116 117 16 1 107 64
Binary 11011100 110001 101110 0 1001110 1001111 1110 1 1000111 110100

Color Harmonies of #DC312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC312E

Black with #DC312E

Text Example


Text Example

White with #DC312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC312E; }

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

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

background-color css

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

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

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

border-color css

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

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

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