Html Css Color HEX #DC2E25 Persian Red

📋 copy color: '#DC2E25'

red 220 ◦ green 46 ◦ blue 37

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

Shades of Persian Red #DC2E25

Tints of Persian Red #DC2E25

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.18%

 BLUE value IS 37 (14.84% from 255) = 12.21%

R = 72.61%
G = 15.18%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC2E25 (or 0xDC2E25) is known color: Persian Red. HEX triplet: DC, 2E and 25. RGB value is (220,46,37). Sum of RGB (Red+Green+Blue) = 220+46+37=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2E25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2E25 is #23D1DA. Grayscale: #616161. Windows color (decimal): -2347483 or 2436828. OLE color: 2436828.

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

Color convert

RGB 220 46 37 -
CMYK 0 0.79 0.83 0.14
HSL 2.95º 0.72% 0.5% -
HSV(B) 2.95º 0.83% 0.86% -
XYZ 30.83 17.3 3.47 -
YUV 97 94.15 215.73 -
System Red Green Blue C M Y K H S L
Decimal 220 46 37 0 0.79 0.83 0.14 2.95 0.72 0.5
Hex DC 2E 25 0 4F 53 E 3 48 32
Octal 334 56 45 0 117 123 16 3 110 62
Binary 11011100 101110 100101 0 1001111 1010011 1110 11 1001000 110010

Color Harmonies of #DC2E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2E25

Black with #DC2E25

Text Example


Text Example

White with #DC2E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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