Html Css Color HEX #DC3434 Persian Red

📋 copy color: '#DC3434'

red 220 ◦ green 52 ◦ blue 52

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

Shades of Persian Red #DC3434

Tints of Persian Red #DC3434

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.05%

 BLUE value IS 52 (20.7% from 255) = 16.05%

R = 67.9%
G = 16.05%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC3434 (or 0xDC3434) is known color: Persian Red. HEX triplet: DC, 34 and 34. RGB value is (220,52,52). Sum of RGB (Red+Green+Blue) = 220+52+52=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3434 is #23CBCB. Grayscale: #666666. Windows color (decimal): -2345932 or 3421404. OLE color: 3421404.

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

Color convert

RGB 220 52 52 -
CMYK 0 0.76 0.76 0.14
HSL 0.71% 0.53% -
HSV(B) 0.76% 0.86% -
XYZ 31.36 17.92 5.05 -
YUV 102.23 99.66 212 -
System Red Green Blue C M Y K H S L
Decimal 220 52 52 0 0.76 0.76 0.14 0 0.71 0.53
Hex DC 34 34 0 4C 4C E 0 47 35
Octal 334 64 64 0 114 114 16 0 107 65
Binary 11011100 110100 110100 0 1001100 1001100 1110 0 1000111 110101

Color Harmonies of #DC3434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3434

Black with #DC3434

Text Example


Text Example

White with #DC3434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3434; }

 p { color: rgb(220,52,52); }

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

background-color css

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

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

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

border-color css

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

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

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