Html Css Color HEX #DC2723 Persian Red

📋 copy color: '#DC2723'

red 220 ◦ green 39 ◦ blue 35

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

Shades of Persian Red #DC2723

Tints of Persian Red #DC2723

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.27%

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

R = 74.83%
G = 13.27%
B = 11.9%

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

#DC2723 (or 0xDC2723) is known color: Persian Red. HEX triplet: DC, 27 and 23. RGB value is (220,39,35). Sum of RGB (Red+Green+Blue) = 220+39+35=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2723 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2723 is #23D8DC. Grayscale: #5C5C5C. Windows color (decimal): -2349277 or 2303964. OLE color: 2303964.

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

Color convert

RGB 220 39 35 -
CMYK 0 0.82 0.84 0.14
HSL 1.3º 0.73% 0.5% -
HSV(B) 1.3º 0.84% 0.86% -
XYZ 30.54 16.79 3.22 -
YUV 92.66 95.47 218.83 -
System Red Green Blue C M Y K H S L
Decimal 220 39 35 0 0.82 0.84 0.14 1.3 0.73 0.5
Hex DC 27 23 0 52 54 E 1 49 32
Octal 334 47 43 0 122 124 16 1 111 62
Binary 11011100 100111 100011 0 1010010 1010100 1110 1 1001001 110010

Color Harmonies of #DC2723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2723

Black with #DC2723

Text Example


Text Example

White with #DC2723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2723; }

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

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

background-color css

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

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

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

border-color css

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

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

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