Html Css Color HEX #DC2D27 Persian Red

📋 copy color: '#DC2D27'

red 220 ◦ green 45 ◦ blue 39

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

Shades of Persian Red #DC2D27

Tints of Persian Red #DC2D27

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.8%

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

R = 72.37%
G = 14.8%
B = 12.83%

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

#DC2D27 (or 0xDC2D27) is known color: Persian Red. HEX triplet: DC, 2D and 27. RGB value is (220,45,39). Sum of RGB (Red+Green+Blue) = 220+45+39=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2D27 is #23D2D8. Grayscale: #606060. Windows color (decimal): -2347737 or 2567644. OLE color: 2567644.

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

Color convert

RGB 220 45 39 -
CMYK 0 0.80 0.82 0.14
HSL 1.99º 0.72% 0.51% -
HSV(B) 1.99º 0.82% 0.86% -
XYZ 30.82 17.24 3.62 -
YUV 96.64 95.48 215.99 -
System Red Green Blue C M Y K H S L
Decimal 220 45 39 0 0.80 0.82 0.14 1.99 0.72 0.51
Hex DC 2D 27 0 50 52 E 2 48 33
Octal 334 55 47 0 120 122 16 2 110 63
Binary 11011100 101101 100111 0 1010000 1010010 1110 10 1001000 110011

Color Harmonies of #DC2D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2D27

Black with #DC2D27

Text Example


Text Example

White with #DC2D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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