Html Css Color HEX #DC2624 Persian Red

📋 copy color: '#DC2624'

red 220 ◦ green 38 ◦ blue 36

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

Shades of Persian Red #DC2624

Tints of Persian Red #DC2624

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.93%

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

R = 74.83%
G = 12.93%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC2624 (or 0xDC2624) is known color: Persian Red. HEX triplet: DC, 26 and 24. RGB value is (220,38,36). Sum of RGB (Red+Green+Blue) = 220+38+36=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2624 is #23D9DB. Grayscale: #5C5C5C. Windows color (decimal): -2349532 or 2369244. OLE color: 2369244.

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

Color convert

RGB 220 38 36 -
CMYK 0 0.83 0.84 0.14
HSL 0.65º 0.72% 0.5% -
HSV(B) 0.65º 0.84% 0.86% -
XYZ 30.53 16.73 3.29 -
YUV 92.19 96.3 219.16 -
System Red Green Blue C M Y K H S L
Decimal 220 38 36 0 0.83 0.84 0.14 0.65 0.72 0.5
Hex DC 26 24 0 53 54 E 1 48 32
Octal 334 46 44 0 123 124 16 1 110 62
Binary 11011100 100110 100100 0 1010011 1010100 1110 1 1001000 110010

Color Harmonies of #DC2624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2624

Black with #DC2624

Text Example


Text Example

White with #DC2624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2624; }

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

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

background-color css

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

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

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

border-color css

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

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

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