Html Css Color HEX #DC2E28 Persian Red

📋 copy color: '#DC2E28'

red 220 ◦ green 46 ◦ blue 40

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

Shades of Persian Red #DC2E28

Tints of Persian Red #DC2E28

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.03%

 BLUE value IS 40 (16.02% from 255) = 13.07%

R = 71.9%
G = 15.03%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC2E28 (or 0xDC2E28) is known color: Persian Red. HEX triplet: DC, 2E and 28. RGB value is (220,46,40). Sum of RGB (Red+Green+Blue) = 220+46+40=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2E28 is #23D1D7. Grayscale: #616161. Windows color (decimal): -2347480 or 2633436. OLE color: 2633436.

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

Color convert

RGB 220 46 40 -
CMYK 0 0.79 0.82 0.14
HSL 0.72% 0.51% -
HSV(B) 0.82% 0.86% -
XYZ 30.88 17.32 3.72 -
YUV 97.34 95.65 215.49 -
System Red Green Blue C M Y K H S L
Decimal 220 46 40 0 0.79 0.82 0.14 2 0.72 0.51
Hex DC 2E 28 0 4F 52 E 2 48 33
Octal 334 56 50 0 117 122 16 2 110 63
Binary 11011100 101110 101000 0 1001111 1010010 1110 10 1001000 110011

Color Harmonies of #DC2E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2E28

Black with #DC2E28

Text Example


Text Example

White with #DC2E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2E28; }

 p { color: rgb(220,46,40); }

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

background-color css

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

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

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

border-color css

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

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

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