Html Css Color HEX #DC2D2D Persian Red

📋 copy color: '#DC2D2D'

red 220 ◦ green 45 ◦ blue 45

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

Shades of Persian Red #DC2D2D

Tints of Persian Red #DC2D2D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.52%

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

R = 70.97%
G = 14.52%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC2D2D (or 0xDC2D2D) is known color: Persian Red. HEX triplet: DC, 2D and 2D. RGB value is (220,45,45). Sum of RGB (Red+Green+Blue) = 220+45+45=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2D2D is #23D2D2. Grayscale: #616161. Windows color (decimal): -2347731 or 2960860. OLE color: 2960860.

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

Color convert

RGB 220 45 45 -
CMYK 0 0.80 0.80 0.14
HSL 0.71% 0.52% -
HSV(B) 0.8% 0.86% -
XYZ 30.93 17.28 4.19 -
YUV 97.33 98.48 215.5 -
System Red Green Blue C M Y K H S L
Decimal 220 45 45 0 0.80 0.80 0.14 0 0.71 0.52
Hex DC 2D 2D 0 50 50 E 0 47 34
Octal 334 55 55 0 120 120 16 0 107 64
Binary 11011100 101101 101101 0 1010000 1010000 1110 0 1000111 110100

Color Harmonies of #DC2D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2D2D

Black with #DC2D2D

Text Example


Text Example

White with #DC2D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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