Html Css Color HEX #DC312A Persian Red

📋 copy color: '#DC312A'

red 220 ◦ green 49 ◦ blue 42

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

Shades of Persian Red #DC312A

Tints of Persian Red #DC312A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.5%

R = 70.74%
G = 15.76%
B = 13.5%

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

#DC312A (or 0xDC312A) is known color: Persian Red. HEX triplet: DC, 31 and 2A. RGB value is (220,49,42). Sum of RGB (Red+Green+Blue) = 220+49+42=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC312A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC312A is #23CED5. Grayscale: #636363. Windows color (decimal): -2346710 or 2765276. OLE color: 2765276.

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

Color convert

RGB 220 49 42 -
CMYK 0 0.78 0.81 0.14
HSL 2.36º 0.72% 0.51% -
HSV(B) 2.36º 0.81% 0.86% -
XYZ 31.03 17.58 3.95 -
YUV 99.33 95.65 214.07 -
System Red Green Blue C M Y K H S L
Decimal 220 49 42 0 0.78 0.81 0.14 2.36 0.72 0.51
Hex DC 31 2A 0 4E 51 E 2 48 33
Octal 334 61 52 0 116 121 16 2 110 63
Binary 11011100 110001 101010 0 1001110 1010001 1110 10 1001000 110011

Color Harmonies of #DC312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC312A

Black with #DC312A

Text Example


Text Example

White with #DC312A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC312A; }

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

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

background-color css

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

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

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

border-color css

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

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

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