Html Css Color HEX #DC332A Persian Red

📋 copy color: '#DC332A'

red 220 ◦ green 51 ◦ blue 42

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

Shades of Persian Red #DC332A

Tints of Persian Red #DC332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.29%

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

R = 70.29%
G = 16.29%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC332A (or 0xDC332A) is known color: Persian Red. HEX triplet: DC, 33 and 2A. RGB value is (220,51,42). Sum of RGB (Red+Green+Blue) = 220+51+42=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC332A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC332A is #23CCD5. Grayscale: #646464. Windows color (decimal): -2346198 or 2765788. OLE color: 2765788.

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

Color convert

RGB 220 51 42 -
CMYK 0 0.77 0.81 0.14
HSL 3.03º 0.72% 0.51% -
HSV(B) 3.03º 0.81% 0.86% -
XYZ 31.12 17.75 3.98 -
YUV 100.51 94.99 213.23 -
System Red Green Blue C M Y K H S L
Decimal 220 51 42 0 0.77 0.81 0.14 3.03 0.72 0.51
Hex DC 33 2A 0 4D 51 E 3 48 33
Octal 334 63 52 0 115 121 16 3 110 63
Binary 11011100 110011 101010 0 1001101 1010001 1110 11 1001000 110011

Color Harmonies of #DC332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC332A

Black with #DC332A

Text Example


Text Example

White with #DC332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC332A; }

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

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

background-color css

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

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

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

border-color css

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

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

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