Html Css Color HEX #DC3030 Persian Red

📋 copy color: '#DC3030'

red 220 ◦ green 48 ◦ blue 48

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

Shades of Persian Red #DC3030

Tints of Persian Red #DC3030

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.19%

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

R = 69.62%
G = 15.19%
B = 15.19%

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

#DC3030 (or 0xDC3030) is known color: Persian Red. HEX triplet: DC, 30 and 30. RGB value is (220,48,48). Sum of RGB (Red+Green+Blue) = 220+48+48=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3030 is #23CFCF. Grayscale: #636363. Windows color (decimal): -2346960 or 3158236. OLE color: 3158236.

HSL color Cylindrical-coordinate representation of color #DC3030: 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.78%. Process color model (Four color, CMYK) of #DC3030 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 48 48 -
CMYK 0 0.78 0.78 0.14
HSL 0.71% 0.53% -
HSV(B) 0.78% 0.86% -
XYZ 31.11 17.54 4.54 -
YUV 99.43 98.98 214 -
System Red Green Blue C M Y K H S L
Decimal 220 48 48 0 0.78 0.78 0.14 0 0.71 0.53
Hex DC 30 30 0 4E 4E E 0 47 35
Octal 334 60 60 0 116 116 16 0 107 65
Binary 11011100 110000 110000 0 1001110 1001110 1110 0 1000111 110101

Color Harmonies of #DC3030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3030

Black with #DC3030

Text Example


Text Example

White with #DC3030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3030; }

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

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

background-color css

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

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

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

border-color css

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

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

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