Html Css Color HEX #DC3330 Persian Red

📋 copy color: '#DC3330'

red 220 ◦ green 51 ◦ blue 48

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

Shades of Persian Red #DC3330

Tints of Persian Red #DC3330

RGB

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

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

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

R = 68.97%
G = 15.99%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC3330 (or 0xDC3330) is known color: Persian Red. HEX triplet: DC, 33 and 30. RGB value is (220,51,48). Sum of RGB (Red+Green+Blue) = 220+51+48=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3330 is #23CCCF. Grayscale: #656565. Windows color (decimal): -2346192 or 3159004. OLE color: 3159004.

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

Color convert

RGB 220 51 48 -
CMYK 0 0.77 0.78 0.14
HSL 1.05º 0.71% 0.53% -
HSV(B) 1.05º 0.78% 0.86% -
XYZ 31.23 17.8 4.59 -
YUV 101.19 97.99 212.74 -
System Red Green Blue C M Y K H S L
Decimal 220 51 48 0 0.77 0.78 0.14 1.05 0.71 0.53
Hex DC 33 30 0 4D 4E E 1 47 35
Octal 334 63 60 0 115 116 16 1 107 65
Binary 11011100 110011 110000 0 1001101 1001110 1110 1 1000111 110101

Color Harmonies of #DC3330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3330

Black with #DC3330

Text Example


Text Example

White with #DC3330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3330; }

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

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

background-color css

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

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

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

border-color css

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

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

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