Html Css Color HEX #DC3223 Persian Red

📋 copy color: '#DC3223'

red 220 ◦ green 50 ◦ blue 35

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

Shades of Persian Red #DC3223

Tints of Persian Red #DC3223

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.39%

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

R = 72.13%
G = 16.39%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC3223 (or 0xDC3223) is known color: Persian Red. HEX triplet: DC, 32 and 23. RGB value is (220,50,35). Sum of RGB (Red+Green+Blue) = 220+50+35=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3223 is #23CDDC. Grayscale: #636363. Windows color (decimal): -2346461 or 2306780. OLE color: 2306780.

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

Color convert

RGB 220 50 35 -
CMYK 0 0.77 0.84 0.14
HSL 4.86º 0.73% 0.5% -
HSV(B) 4.86º 0.84% 0.86% -
XYZ 30.96 17.62 3.36 -
YUV 99.12 91.82 214.22 -
System Red Green Blue C M Y K H S L
Decimal 220 50 35 0 0.77 0.84 0.14 4.86 0.73 0.5
Hex DC 32 23 0 4D 54 E 5 49 32
Octal 334 62 43 0 115 124 16 5 111 62
Binary 11011100 110010 100011 0 1001101 1010100 1110 101 1001001 110010

Color Harmonies of #DC3223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3223

Black with #DC3223

Text Example


Text Example

White with #DC3223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3223; }

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

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

background-color css

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

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

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

border-color css

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

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

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