Html Css Color HEX #DC2827 Persian Red

📋 copy color: '#DC2827'

red 220 ◦ green 40 ◦ blue 39

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

Shades of Persian Red #DC2827

Tints of Persian Red #DC2827

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.38%

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

R = 73.58%
G = 13.38%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC2827 (or 0xDC2827) is known color: Persian Red. HEX triplet: DC, 28 and 27. RGB value is (220,40,39). Sum of RGB (Red+Green+Blue) = 220+40+39=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 39 (15.62% from 255 or 13.04% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2827 is #23D7D8. Grayscale: #5D5D5D. Windows color (decimal): -2349017 or 2566364. OLE color: 2566364.

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

Color convert

RGB 220 40 39 -
CMYK 0 0.82 0.82 0.14
HSL 0.33º 0.72% 0.51% -
HSV(B) 0.33º 0.82% 0.86% -
XYZ 30.64 16.88 3.56 -
YUV 93.71 97.13 218.08 -
System Red Green Blue C M Y K H S L
Decimal 220 40 39 0 0.82 0.82 0.14 0.33 0.72 0.51
Hex DC 28 27 0 52 52 E 0 48 33
Octal 334 50 47 0 122 122 16 0 110 63
Binary 11011100 101000 100111 0 1010010 1010010 1110 0 1001000 110011

Color Harmonies of #DC2827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2827

Black with #DC2827

Text Example


Text Example

White with #DC2827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2827; }

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

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

background-color css

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

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

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

border-color css

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

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

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