Html Css Color HEX #DC3328 Persian Red

📋 copy color: '#DC3328'

red 220 ◦ green 51 ◦ blue 40

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

Shades of Persian Red #DC3328

Tints of Persian Red #DC3328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.86%

R = 70.74%
G = 16.4%
B = 12.86%

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

#DC3328 (or 0xDC3328) is known color: Persian Red. HEX triplet: DC, 33 and 28. RGB value is (220,51,40). Sum of RGB (Red+Green+Blue) = 220+51+40=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3328 is #23CCD7. Grayscale: #646464. Windows color (decimal): -2346200 or 2634716. OLE color: 2634716.

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

Color convert

RGB 220 51 40 -
CMYK 0 0.77 0.82 0.14
HSL 3.67º 0.72% 0.51% -
HSV(B) 3.67º 0.82% 0.86% -
XYZ 31.08 17.74 3.79 -
YUV 100.28 93.99 213.39 -
System Red Green Blue C M Y K H S L
Decimal 220 51 40 0 0.77 0.82 0.14 3.67 0.72 0.51
Hex DC 33 28 0 4D 52 E 4 48 33
Octal 334 63 50 0 115 122 16 4 110 63
Binary 11011100 110011 101000 0 1001101 1010010 1110 100 1001000 110011

Color Harmonies of #DC3328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3328

Black with #DC3328

Text Example


Text Example

White with #DC3328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3328; }

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

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

background-color css

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

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

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

border-color css

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

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

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