Html Css Color HEX #DC2823 Persian Red

📋 copy color: '#DC2823'

red 220 ◦ green 40 ◦ blue 35

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

Shades of Persian Red #DC2823

Tints of Persian Red #DC2823

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.56%

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

R = 74.58%
G = 13.56%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC2823 (or 0xDC2823) is known color: Persian Red. HEX triplet: DC, 28 and 23. RGB value is (220,40,35). Sum of RGB (Red+Green+Blue) = 220+40+35=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2823 is #23D7DC. Grayscale: #5D5D5D. Windows color (decimal): -2349021 or 2304220. OLE color: 2304220.

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

Color convert

RGB 220 40 35 -
CMYK 0 0.82 0.84 0.14
HSL 1.62º 0.73% 0.5% -
HSV(B) 1.62º 0.84% 0.86% -
XYZ 30.58 16.85 3.23 -
YUV 93.25 95.13 218.41 -
System Red Green Blue C M Y K H S L
Decimal 220 40 35 0 0.82 0.84 0.14 1.62 0.73 0.5
Hex DC 28 23 0 52 54 E 2 49 32
Octal 334 50 43 0 122 124 16 2 111 62
Binary 11011100 101000 100011 0 1010010 1010100 1110 10 1001001 110010

Color Harmonies of #DC2823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2823

Black with #DC2823

Text Example


Text Example

White with #DC2823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2823; }

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

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

background-color css

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

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

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

border-color css

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

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

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