Html Css Color HEX #DC2E26 Persian Red

📋 copy color: '#DC2E26'

red 220 ◦ green 46 ◦ blue 38

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

Shades of Persian Red #DC2E26

Tints of Persian Red #DC2E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.5%

R = 72.37%
G = 15.13%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC2E26 (or 0xDC2E26) is known color: Persian Red. HEX triplet: DC, 2E and 26. RGB value is (220,46,38). Sum of RGB (Red+Green+Blue) = 220+46+38=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 38 (15.23% from 255 or 12.5% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2E26 is #23D1D9. Grayscale: #616161. Windows color (decimal): -2347482 or 2502364. OLE color: 2502364.

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

Color convert

RGB 220 46 38 -
CMYK 0 0.79 0.83 0.14
HSL 2.64º 0.72% 0.51% -
HSV(B) 2.64º 0.83% 0.86% -
XYZ 30.84 17.31 3.55 -
YUV 97.11 94.65 215.65 -
System Red Green Blue C M Y K H S L
Decimal 220 46 38 0 0.79 0.83 0.14 2.64 0.72 0.51
Hex DC 2E 26 0 4F 53 E 3 48 33
Octal 334 56 46 0 117 123 16 3 110 63
Binary 11011100 101110 100110 0 1001111 1010011 1110 11 1001000 110011

Color Harmonies of #DC2E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2E26

Black with #DC2E26

Text Example


Text Example

White with #DC2E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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