Html Css Color HEX #DC2E2C Persian Red

📋 copy color: '#DC2E2C'

red 220 ◦ green 46 ◦ blue 44

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

Shades of Persian Red #DC2E2C

Tints of Persian Red #DC2E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.19%

R = 70.97%
G = 14.84%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DC2E2C (or 0xDC2E2C) is known color: Persian Red. HEX triplet: DC, 2E and 2C. RGB value is (220,46,44). Sum of RGB (Red+Green+Blue) = 220+46+44=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2E2C is #23D1D3. Grayscale: #616161. Windows color (decimal): -2347476 or 2895580. OLE color: 2895580.

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

Color convert

RGB 220 46 44 -
CMYK 0 0.79 0.8 0.14
HSL 0.68º 0.72% 0.52% -
HSV(B) 0.68º 0.8% 0.86% -
XYZ 30.95 17.35 4.1 -
YUV 97.8 97.65 215.16 -
System Red Green Blue C M Y K H S L
Decimal 220 46 44 0 0.79 0.8 0.14 0.68 0.72 0.52
Hex DC 2E 2C 0 4F 50 E 1 48 34
Octal 334 56 54 0 117 120 16 1 110 64
Binary 11011100 101110 101100 0 1001111 1010000 1110 1 1001000 110100

Color Harmonies of #DC2E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2E2C

Black with #DC2E2C

Text Example


Text Example

White with #DC2E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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