Html Css Color HEX #DC2523 Persian Red

📋 copy color: '#DC2523'

red 220 ◦ green 37 ◦ blue 35

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

Shades of Persian Red #DC2523

Tints of Persian Red #DC2523

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.67%

 BLUE value IS 35 (14.06% from 255) = 11.99%

R = 75.34%
G = 12.67%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC2523 (or 0xDC2523) is known color: Persian Red. HEX triplet: DC, 25 and 23. RGB value is (220,37,35). Sum of RGB (Red+Green+Blue) = 220+37+35=292 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.34% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 35 (14.06% from 255 or 11.99% from 292); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2523 is #23DADC. Grayscale: #5B5B5B. Windows color (decimal): -2349789 or 2303452. OLE color: 2303452.

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

Color convert

RGB 220 37 35 -
CMYK 0 0.83 0.84 0.14
HSL 0.65º 0.73% 0.5% -
HSV(B) 0.65º 0.84% 0.86% -
XYZ 30.48 16.66 3.2 -
YUV 91.49 96.13 219.66 -
System Red Green Blue C M Y K H S L
Decimal 220 37 35 0 0.83 0.84 0.14 0.65 0.73 0.5
Hex DC 25 23 0 53 54 E 1 49 32
Octal 334 45 43 0 123 124 16 1 111 62
Binary 11011100 100101 100011 0 1010011 1010100 1110 1 1001001 110010

Color Harmonies of #DC2523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2523

Black with #DC2523

Text Example


Text Example

White with #DC2523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2523; }

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

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

background-color css

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

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

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

border-color css

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

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

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