Html Css Color HEX #DC3325 Persian Red

📋 copy color: '#DC3325'

red 220 ◦ green 51 ◦ blue 37

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

Shades of Persian Red #DC3325

Tints of Persian Red #DC3325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.01%

R = 71.43%
G = 16.56%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC3325 (or 0xDC3325) is known color: Persian Red. HEX triplet: DC, 33 and 25. RGB value is (220,51,37). Sum of RGB (Red+Green+Blue) = 220+51+37=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3325 is #23CCDA. Grayscale: #646464. Windows color (decimal): -2346203 or 2438108. OLE color: 2438108.

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

Color convert

RGB 220 51 37 -
CMYK 0 0.77 0.83 0.14
HSL 4.59º 0.72% 0.5% -
HSV(B) 4.59º 0.83% 0.86% -
XYZ 31.03 17.72 3.53 -
YUV 99.94 92.49 213.64 -
System Red Green Blue C M Y K H S L
Decimal 220 51 37 0 0.77 0.83 0.14 4.59 0.72 0.5
Hex DC 33 25 0 4D 53 E 5 48 32
Octal 334 63 45 0 115 123 16 5 110 62
Binary 11011100 110011 100101 0 1001101 1010011 1110 101 1001000 110010

Color Harmonies of #DC3325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3325

Black with #DC3325

Text Example


Text Example

White with #DC3325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3325; }

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

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

background-color css

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

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

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

border-color css

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

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

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