Html Css Color HEX #DC2A22 Persian Red

📋 copy color: '#DC2A22'

red 220 ◦ green 42 ◦ blue 34

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

Shades of Persian Red #DC2A22

Tints of Persian Red #DC2A22

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.19%

 BLUE value IS 34 (13.67% from 255) = 11.49%

R = 74.32%
G = 14.19%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC2A22 (or 0xDC2A22) is known color: Persian Red. HEX triplet: DC, 2A and 22. RGB value is (220,42,34). Sum of RGB (Red+Green+Blue) = 220+42+34=296 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.32% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 34 (13.67% from 255 or 11.49% from 296); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2A22 is #23D5DD. Grayscale: #5E5E5E. Windows color (decimal): -2348510 or 2239196. OLE color: 2239196.

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

Color convert

RGB 220 42 34 -
CMYK 0 0.81 0.85 0.14
HSL 2.58º 0.73% 0.5% -
HSV(B) 2.58º 0.85% 0.86% -
XYZ 30.63 16.99 3.18 -
YUV 94.31 93.97 217.65 -
System Red Green Blue C M Y K H S L
Decimal 220 42 34 0 0.81 0.85 0.14 2.58 0.73 0.5
Hex DC 2A 22 0 51 55 E 3 49 32
Octal 334 52 42 0 121 125 16 3 111 62
Binary 11011100 101010 100010 0 1010001 1010101 1110 11 1001001 110010

Color Harmonies of #DC2A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2A22

Black with #DC2A22

Text Example


Text Example

White with #DC2A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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