Html Css Color HEX #DC3025 Persian Red

📋 copy color: '#DC3025'

red 220 ◦ green 48 ◦ blue 37

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

Shades of Persian Red #DC3025

Tints of Persian Red #DC3025

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.74%

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

R = 72.13%
G = 15.74%
B = 12.13%

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

#DC3025 (or 0xDC3025) is known color: Persian Red. HEX triplet: DC, 30 and 25. RGB value is (220,48,37). Sum of RGB (Red+Green+Blue) = 220+48+37=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3025 is #23CFDA. Grayscale: #626262. Windows color (decimal): -2346971 or 2437340. OLE color: 2437340.

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

Color convert

RGB 220 48 37 -
CMYK 0 0.78 0.83 0.14
HSL 3.61º 0.72% 0.5% -
HSV(B) 3.61º 0.83% 0.86% -
XYZ 30.91 17.46 3.49 -
YUV 98.17 93.48 214.89 -
System Red Green Blue C M Y K H S L
Decimal 220 48 37 0 0.78 0.83 0.14 3.61 0.72 0.5
Hex DC 30 25 0 4E 53 E 4 48 32
Octal 334 60 45 0 116 123 16 4 110 62
Binary 11011100 110000 100101 0 1001110 1010011 1110 100 1001000 110010

Color Harmonies of #DC3025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3025

Black with #DC3025

Text Example


Text Example

White with #DC3025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3025; }

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

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

background-color css

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

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

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

border-color css

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

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

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