Html Css Color HEX #DC2C25 Persian Red

📋 copy color: '#DC2C25'

red 220 ◦ green 44 ◦ blue 37

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

Shades of Persian Red #DC2C25

Tints of Persian Red #DC2C25

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.62%

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

R = 73.09%
G = 14.62%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC2C25 (or 0xDC2C25) is known color: Persian Red. HEX triplet: DC, 2C and 25. RGB value is (220,44,37). Sum of RGB (Red+Green+Blue) = 220+44+37=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2C25 is #23D3DA. Grayscale: #606060. Windows color (decimal): -2347995 or 2436316. OLE color: 2436316.

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

Color convert

RGB 220 44 37 -
CMYK 0 0.8 0.83 0.14
HSL 2.3º 0.72% 0.5% -
HSV(B) 2.3º 0.83% 0.86% -
XYZ 30.75 17.15 3.44 -
YUV 95.83 94.81 216.57 -
System Red Green Blue C M Y K H S L
Decimal 220 44 37 0 0.8 0.83 0.14 2.3 0.72 0.5
Hex DC 2C 25 0 50 53 E 2 48 32
Octal 334 54 45 0 120 123 16 2 110 62
Binary 11011100 101100 100101 0 1010000 1010011 1110 10 1001000 110010

Color Harmonies of #DC2C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2C25

Black with #DC2C25

Text Example


Text Example

White with #DC2C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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