Html Css Color HEX #DC2B27 Persian Red

📋 copy color: '#DC2B27'

red 220 ◦ green 43 ◦ blue 39

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

Shades of Persian Red #DC2B27

Tints of Persian Red #DC2B27

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.24%

 BLUE value IS 39 (15.63% from 255) = 12.91%

R = 72.85%
G = 14.24%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC2B27 (or 0xDC2B27) is known color: Persian Red. HEX triplet: DC, 2B and 27. RGB value is (220,43,39). Sum of RGB (Red+Green+Blue) = 220+43+39=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2B27 is #23D4D8. Grayscale: #5F5F5F. Windows color (decimal): -2348249 or 2567132. OLE color: 2567132.

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

Color convert

RGB 220 43 39 -
CMYK 0 0.80 0.82 0.14
HSL 1.33º 0.72% 0.51% -
HSV(B) 1.33º 0.82% 0.86% -
XYZ 30.75 17.09 3.6 -
YUV 95.47 96.14 216.83 -
System Red Green Blue C M Y K H S L
Decimal 220 43 39 0 0.80 0.82 0.14 1.33 0.72 0.51
Hex DC 2B 27 0 50 52 E 1 48 33
Octal 334 53 47 0 120 122 16 1 110 63
Binary 11011100 101011 100111 0 1010000 1010010 1110 1 1001000 110011

Color Harmonies of #DC2B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2B27

Black with #DC2B27

Text Example


Text Example

White with #DC2B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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