Html Css Color HEX #DC2625 Persian Red

📋 copy color: '#DC2625'

red 220 ◦ green 38 ◦ blue 37

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

Shades of Persian Red #DC2625

Tints of Persian Red #DC2625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.88%

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

R = 74.58%
G = 12.88%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC2625 (or 0xDC2625) is known color: Persian Red. HEX triplet: DC, 26 and 25. RGB value is (220,38,37). Sum of RGB (Red+Green+Blue) = 220+38+37=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2625 is #23D9DA. Grayscale: #5C5C5C. Windows color (decimal): -2349531 or 2434780. OLE color: 2434780.

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

Color convert

RGB 220 38 37 -
CMYK 0 0.83 0.83 0.14
HSL 0.33º 0.72% 0.5% -
HSV(B) 0.33º 0.83% 0.86% -
XYZ 30.54 16.74 3.37 -
YUV 92.3 96.8 219.08 -
System Red Green Blue C M Y K H S L
Decimal 220 38 37 0 0.83 0.83 0.14 0.33 0.72 0.5
Hex DC 26 25 0 53 53 E 0 48 32
Octal 334 46 45 0 123 123 16 0 110 62
Binary 11011100 100110 100101 0 1010011 1010011 1110 0 1001000 110010

Color Harmonies of #DC2625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2625

Black with #DC2625

Text Example


Text Example

White with #DC2625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2625; }

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

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

background-color css

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

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

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

border-color css

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

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

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