Html Css Color HEX #DC221F Persian Red

📋 copy color: '#DC221F'

red 220 ◦ green 34 ◦ blue 31

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

Shades of Persian Red #DC221F

Tints of Persian Red #DC221F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.93%

 BLUE value IS 31 (12.5% from 255) = 10.88%

R = 77.19%
G = 11.93%
B = 10.88%

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

#DC221F (or 0xDC221F) is known color: Persian Red. HEX triplet: DC, 22 and 1F. RGB value is (220,34,31). Sum of RGB (Red+Green+Blue) = 220+34+31=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC221F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC221F is #23DDE0. Grayscale: #595959. Windows color (decimal): -2350561 or 2040540. OLE color: 2040540.

HSL color Cylindrical-coordinate representation of color #DC221F: hue angle of 0.95º degrees, saturation: 0.75, 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 #DC221F is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 34 31 -
CMYK 0 0.85 0.86 0.14
HSL 0.95º 0.75% 0.49% -
HSV(B) 0.95º 0.86% 0.86% -
XYZ 30.33 16.46 2.87 -
YUV 89.27 95.12 221.24 -
System Red Green Blue C M Y K H S L
Decimal 220 34 31 0 0.85 0.86 0.14 0.95 0.75 0.49
Hex DC 22 1F 0 55 56 E 1 4B 31
Octal 334 42 37 0 125 126 16 1 113 61
Binary 11011100 100010 11111 0 1010101 1010110 1110 1 1001011 110001

Color Harmonies of #DC221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC221F

Black with #DC221F

Text Example


Text Example

White with #DC221F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC221F; }

 p { color: rgb(220,34,31); }

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

background-color css

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

 a { background-color: rgb(220,34,31); }

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

border-color css

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

 span { border-color: rgb(220,34,31); }

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