Html Css Color HEX #DC2C2B Persian Red

📋 copy color: '#DC2C2B'

red 220 ◦ green 44 ◦ blue 43

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

Shades of Persian Red #DC2C2B

Tints of Persian Red #DC2C2B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.33%

 BLUE value IS 43 (17.19% from 255) = 14.01%

R = 71.66%
G = 14.33%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC2C2B (or 0xDC2C2B) is known color: Persian Red. HEX triplet: DC, 2C and 2B. RGB value is (220,44,43). Sum of RGB (Red+Green+Blue) = 220+44+43=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2C2B is #23D3D4. Grayscale: #606060. Windows color (decimal): -2347989 or 2829532. OLE color: 2829532.

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

Color convert

RGB 220 44 43 -
CMYK 0 0.8 0.80 0.14
HSL 0.34º 0.72% 0.52% -
HSV(B) 0.34º 0.8% 0.86% -
XYZ 30.85 17.19 3.98 -
YUV 96.51 97.81 216.08 -
System Red Green Blue C M Y K H S L
Decimal 220 44 43 0 0.8 0.80 0.14 0.34 0.72 0.52
Hex DC 2C 2B 0 50 50 E 0 48 34
Octal 334 54 53 0 120 120 16 0 110 64
Binary 11011100 101100 101011 0 1010000 1010000 1110 0 1001000 110100

Color Harmonies of #DC2C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2C2B

Black with #DC2C2B

Text Example


Text Example

White with #DC2C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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