Html Css Color HEX #DC3125 Persian Red

📋 copy color: '#DC3125'

red 220 ◦ green 49 ◦ blue 37

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

Shades of Persian Red #DC3125

Tints of Persian Red #DC3125

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.01%

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

R = 71.9%
G = 16.01%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC3125 (or 0xDC3125) is known color: Persian Red. HEX triplet: DC, 31 and 25. RGB value is (220,49,37). Sum of RGB (Red+Green+Blue) = 220+49+37=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3125 is #23CEDA. Grayscale: #626262. Windows color (decimal): -2346715 or 2437596. OLE color: 2437596.

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

Color convert

RGB 220 49 37 -
CMYK 0 0.78 0.83 0.14
HSL 3.93º 0.72% 0.5% -
HSV(B) 3.93º 0.83% 0.86% -
XYZ 30.95 17.55 3.51 -
YUV 98.76 93.15 214.48 -
System Red Green Blue C M Y K H S L
Decimal 220 49 37 0 0.78 0.83 0.14 3.93 0.72 0.5
Hex DC 31 25 0 4E 53 E 4 48 32
Octal 334 61 45 0 116 123 16 4 110 62
Binary 11011100 110001 100101 0 1001110 1010011 1110 100 1001000 110010

Color Harmonies of #DC3125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3125

Black with #DC3125

Text Example


Text Example

White with #DC3125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3125; }

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

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

background-color css

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

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

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

border-color css

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

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

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