Html Css Color HEX #DC3327 Persian Red

📋 copy color: '#DC3327'

red 220 ◦ green 51 ◦ blue 39

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

Shades of Persian Red #DC3327

Tints of Persian Red #DC3327

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.45%

 BLUE value IS 39 (15.63% from 255) = 12.58%

R = 70.97%
G = 16.45%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC3327 (or 0xDC3327) is known color: Persian Red. HEX triplet: DC, 33 and 27. RGB value is (220,51,39). Sum of RGB (Red+Green+Blue) = 220+51+39=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3327 is #23CCD8. Grayscale: #646464. Windows color (decimal): -2346201 or 2569180. OLE color: 2569180.

HSL color Cylindrical-coordinate representation of color #DC3327: hue angle of 3.98º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC3327 is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 51 39 -
CMYK 0 0.77 0.82 0.14
HSL 3.98º 0.72% 0.51% -
HSV(B) 3.98º 0.82% 0.86% -
XYZ 31.07 17.73 3.7 -
YUV 100.16 93.49 213.48 -
System Red Green Blue C M Y K H S L
Decimal 220 51 39 0 0.77 0.82 0.14 3.98 0.72 0.51
Hex DC 33 27 0 4D 52 E 4 48 33
Octal 334 63 47 0 115 122 16 4 110 63
Binary 11011100 110011 100111 0 1001101 1010010 1110 100 1001000 110011

Color Harmonies of #DC3327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3327

Black with #DC3327

Text Example


Text Example

White with #DC3327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3327; }

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

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

background-color css

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

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

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

border-color css

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

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

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