Html Css Color HEX #DC3127 Persian Red

📋 copy color: '#DC3127'

red 220 ◦ green 49 ◦ blue 39

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

Shades of Persian Red #DC3127

Tints of Persian Red #DC3127

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.91%

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

R = 71.43%
G = 15.91%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC3127 (or 0xDC3127) is known color: Persian Red. HEX triplet: DC, 31 and 27. RGB value is (220,49,39). Sum of RGB (Red+Green+Blue) = 220+49+39=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3127 is #23CED8. Grayscale: #636363. Windows color (decimal): -2346713 or 2568668. OLE color: 2568668.

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

Color convert

RGB 220 49 39 -
CMYK 0 0.78 0.82 0.14
HSL 3.31º 0.72% 0.51% -
HSV(B) 3.31º 0.82% 0.86% -
XYZ 30.98 17.56 3.68 -
YUV 98.99 94.15 214.31 -
System Red Green Blue C M Y K H S L
Decimal 220 49 39 0 0.78 0.82 0.14 3.31 0.72 0.51
Hex DC 31 27 0 4E 52 E 3 48 33
Octal 334 61 47 0 116 122 16 3 110 63
Binary 11011100 110001 100111 0 1001110 1010010 1110 11 1001000 110011

Color Harmonies of #DC3127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3127

Black with #DC3127

Text Example


Text Example

White with #DC3127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3127; }

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

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

background-color css

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

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

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

border-color css

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

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

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