Html Css Color HEX #DC332E Persian Red

📋 copy color: '#DC332E'

red 220 ◦ green 51 ◦ blue 46

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

Shades of Persian Red #DC332E

Tints of Persian Red #DC332E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.51%

R = 69.4%
G = 16.09%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC332E (or 0xDC332E) is known color: Persian Red. HEX triplet: DC, 33 and 2E. RGB value is (220,51,46). Sum of RGB (Red+Green+Blue) = 220+51+46=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC332E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC332E is #23CCD1. Grayscale: #656565. Windows color (decimal): -2346194 or 3027932. OLE color: 3027932.

HSL color Cylindrical-coordinate representation of color #DC332E: hue angle of 1.72º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC332E is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 51 46 -
CMYK 0 0.77 0.79 0.14
HSL 1.72º 0.71% 0.52% -
HSV(B) 1.72º 0.79% 0.86% -
XYZ 31.19 17.78 4.37 -
YUV 100.96 96.99 212.91 -
System Red Green Blue C M Y K H S L
Decimal 220 51 46 0 0.77 0.79 0.14 1.72 0.71 0.52
Hex DC 33 2E 0 4D 4F E 2 47 34
Octal 334 63 56 0 115 117 16 2 107 64
Binary 11011100 110011 101110 0 1001101 1001111 1110 10 1000111 110100

Color Harmonies of #DC332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC332E

Black with #DC332E

Text Example


Text Example

White with #DC332E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC332E; }

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

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

background-color css

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

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

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

border-color css

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

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

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