Html Css Color HEX #DC2222 Persian Red

📋 copy color: '#DC2222'

red 220 ◦ green 34 ◦ blue 34

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

Shades of Persian Red #DC2222

Tints of Persian Red #DC2222

RGB

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

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

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

R = 76.39%
G = 11.81%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC2222 (or 0xDC2222) is known color: Persian Red. HEX triplet: DC, 22 and 22. RGB value is (220,34,34). Sum of RGB (Red+Green+Blue) = 220+34+34=288 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.39% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2222 is #23DDDD. Grayscale: #595959. Windows color (decimal): -2350558 or 2237148. OLE color: 2237148.

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

Color convert

RGB 220 34 34 -
CMYK 0 0.85 0.85 0.14
HSL 0.73% 0.5% -
HSV(B) 0.85% 0.86% -
XYZ 30.38 16.48 3.09 -
YUV 89.61 96.62 221 -
System Red Green Blue C M Y K H S L
Decimal 220 34 34 0 0.85 0.85 0.14 0 0.73 0.5
Hex DC 22 22 0 55 55 E 0 49 32
Octal 334 42 42 0 125 125 16 0 111 62
Binary 11011100 100010 100010 0 1010101 1010101 1110 0 1001001 110010

Color Harmonies of #DC2222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2222

Black with #DC2222

Text Example


Text Example

White with #DC2222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2222; }

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

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

background-color css

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

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

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

border-color css

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

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

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