Html Css Color HEX #DC2D24 Persian Red

📋 copy color: '#DC2D24'

red 220 ◦ green 45 ◦ blue 36

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

Shades of Persian Red #DC2D24

Tints of Persian Red #DC2D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.96%

R = 73.09%
G = 14.95%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC2D24 (or 0xDC2D24) is known color: Persian Red. HEX triplet: DC, 2D and 24. RGB value is (220,45,36). Sum of RGB (Red+Green+Blue) = 220+45+36=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2D24 is #23D2DB. Grayscale: #606060. Windows color (decimal): -2347740 or 2371036. OLE color: 2371036.

HSL color Cylindrical-coordinate representation of color #DC2D24: hue angle of 2.93º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2D24 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 45 36 -
CMYK 0 0.80 0.84 0.14
HSL 2.93º 0.72% 0.5% -
HSV(B) 2.93º 0.84% 0.86% -
XYZ 30.77 17.22 3.37 -
YUV 96.3 93.98 216.23 -
System Red Green Blue C M Y K H S L
Decimal 220 45 36 0 0.80 0.84 0.14 2.93 0.72 0.5
Hex DC 2D 24 0 50 54 E 3 48 32
Octal 334 55 44 0 120 124 16 3 110 62
Binary 11011100 101101 100100 0 1010000 1010100 1110 11 1001000 110010

Color Harmonies of #DC2D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2D24

Black with #DC2D24

Text Example


Text Example

White with #DC2D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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