Html Css Color HEX #DC3130 Persian Red

📋 copy color: '#DC3130'

red 220 ◦ green 49 ◦ blue 48

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

Shades of Persian Red #DC3130

Tints of Persian Red #DC3130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.46%

 BLUE value IS 48 (19.14% from 255) = 15.14%

R = 69.4%
G = 15.46%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC3130 (or 0xDC3130) is known color: Persian Red. HEX triplet: DC, 31 and 30. RGB value is (220,49,48). Sum of RGB (Red+Green+Blue) = 220+49+48=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3130 is #23CECF. Grayscale: #646464. Windows color (decimal): -2346704 or 3158492. OLE color: 3158492.

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

Color convert

RGB 220 49 48 -
CMYK 0 0.78 0.78 0.14
HSL 0.35º 0.71% 0.53% -
HSV(B) 0.35º 0.78% 0.86% -
XYZ 31.15 17.63 4.56 -
YUV 100.02 98.65 213.58 -
System Red Green Blue C M Y K H S L
Decimal 220 49 48 0 0.78 0.78 0.14 0.35 0.71 0.53
Hex DC 31 30 0 4E 4E E 0 47 35
Octal 334 61 60 0 116 116 16 0 107 65
Binary 11011100 110001 110000 0 1001110 1001110 1110 0 1000111 110101

Color Harmonies of #DC3130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3130

Black with #DC3130

Text Example


Text Example

White with #DC3130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3130; }

 p { color: rgb(220,49,48); }

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

background-color css

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

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

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

border-color css

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

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

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