Html Css Color HEX #DC201E Persian Red

📋 copy color: '#DC201E'

red 220 ◦ green 32 ◦ blue 30

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

Shades of Persian Red #DC201E

Tints of Persian Red #DC201E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.35%

 BLUE value IS 30 (12.11% from 255) = 10.64%

R = 78.01%
G = 11.35%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC201E (or 0xDC201E) is known color: Persian Red. HEX triplet: DC, 20 and 1E. RGB value is (220,32,30). Sum of RGB (Red+Green+Blue) = 220+32+30=282 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.01% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 220 - color contains mainly: red. Hex color #DC201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC201E is #23DFE1. Grayscale: #585858. Windows color (decimal): -2351074 or 1974492. OLE color: 1974492.

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

Color convert

RGB 220 32 30 -
CMYK 0 0.85 0.86 0.14
HSL 0.63º 0.76% 0.49% -
HSV(B) 0.63º 0.86% 0.86% -
XYZ 30.27 16.34 2.79 -
YUV 87.98 95.28 222.16 -
System Red Green Blue C M Y K H S L
Decimal 220 32 30 0 0.85 0.86 0.14 0.63 0.76 0.49
Hex DC 20 1E 0 55 56 E 1 4C 31
Octal 334 40 36 0 125 126 16 1 114 61
Binary 11011100 100000 11110 0 1010101 1010110 1110 1 1001100 110001

Color Harmonies of #DC201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC201E

Black with #DC201E

Text Example


Text Example

White with #DC201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC201E; }

 p { color: rgb(220,32,30); }

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

background-color css

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

 a { background-color: rgb(220,32,30); }

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

border-color css

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

 span { border-color: rgb(220,32,30); }

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