Html Css Color HEX #DC332D Persian Red

📋 copy color: '#DC332D'

red 220 ◦ green 51 ◦ blue 45

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

Shades of Persian Red #DC332D

Tints of Persian Red #DC332D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.24%

R = 69.62%
G = 16.14%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC332D (or 0xDC332D) is known color: Persian Red. HEX triplet: DC, 33 and 2D. RGB value is (220,51,45). Sum of RGB (Red+Green+Blue) = 220+51+45=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC332D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC332D is #23CCD2. Grayscale: #656565. Windows color (decimal): -2346195 or 2962396. OLE color: 2962396.

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

Color convert

RGB 220 51 45 -
CMYK 0 0.77 0.80 0.14
HSL 2.06º 0.71% 0.52% -
HSV(B) 2.06º 0.8% 0.86% -
XYZ 31.17 17.77 4.27 -
YUV 100.85 96.49 212.99 -
System Red Green Blue C M Y K H S L
Decimal 220 51 45 0 0.77 0.80 0.14 2.06 0.71 0.52
Hex DC 33 2D 0 4D 50 E 2 47 34
Octal 334 63 55 0 115 120 16 2 107 64
Binary 11011100 110011 101101 0 1001101 1010000 1110 10 1000111 110100

Color Harmonies of #DC332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC332D

Black with #DC332D

Text Example


Text Example

White with #DC332D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC332D; }

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

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

background-color css

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

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

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

border-color css

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

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

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