Html Css Color HEX #DC2E24 Persian Red

📋 copy color: '#DC2E24'

red 220 ◦ green 46 ◦ blue 36

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

Shades of Persian Red #DC2E24

Tints of Persian Red #DC2E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.92%

R = 72.85%
G = 15.23%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC2E24 (or 0xDC2E24) is known color: Persian Red. HEX triplet: DC, 2E and 24. RGB value is (220,46,36). Sum of RGB (Red+Green+Blue) = 220+46+36=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2E24 is #23D1DB. Grayscale: #616161. Windows color (decimal): -2347484 or 2371292. OLE color: 2371292.

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

Color convert

RGB 220 46 36 -
CMYK 0 0.79 0.84 0.14
HSL 3.26º 0.72% 0.5% -
HSV(B) 3.26º 0.84% 0.86% -
XYZ 30.81 17.3 3.38 -
YUV 96.89 93.65 215.81 -
System Red Green Blue C M Y K H S L
Decimal 220 46 36 0 0.79 0.84 0.14 3.26 0.72 0.5
Hex DC 2E 24 0 4F 54 E 3 48 32
Octal 334 56 44 0 117 124 16 3 110 62
Binary 11011100 101110 100100 0 1001111 1010100 1110 11 1001000 110010

Color Harmonies of #DC2E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2E24

Black with #DC2E24

Text Example


Text Example

White with #DC2E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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