Html Css Color HEX #DC2623 Persian Red

📋 copy color: '#DC2623'

red 220 ◦ green 38 ◦ blue 35

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

Shades of Persian Red #DC2623

Tints of Persian Red #DC2623

RGB

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

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

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

R = 75.09%
G = 12.97%
B = 11.95%

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

#DC2623 (or 0xDC2623) is known color: Persian Red. HEX triplet: DC, 26 and 23. RGB value is (220,38,35). Sum of RGB (Red+Green+Blue) = 220+38+35=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2623 is #23D9DC. Grayscale: #5C5C5C. Windows color (decimal): -2349533 or 2303708. OLE color: 2303708.

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

Color convert

RGB 220 38 35 -
CMYK 0 0.83 0.84 0.14
HSL 0.97º 0.73% 0.5% -
HSV(B) 0.97º 0.84% 0.86% -
XYZ 30.51 16.72 3.21 -
YUV 92.08 95.8 219.24 -
System Red Green Blue C M Y K H S L
Decimal 220 38 35 0 0.83 0.84 0.14 0.97 0.73 0.5
Hex DC 26 23 0 53 54 E 1 49 32
Octal 334 46 43 0 123 124 16 1 111 62
Binary 11011100 100110 100011 0 1010011 1010100 1110 1 1001001 110010

Color Harmonies of #DC2623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2623

Black with #DC2623

Text Example


Text Example

White with #DC2623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2623; }

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

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

background-color css

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

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

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

border-color css

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

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

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