Html Css Color HEX #DD2524 Persian Red

📋 copy color: '#DD2524'

red 221 ◦ green 37 ◦ blue 36

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

Shades of Persian Red #DD2524

Tints of Persian Red #DD2524

RGB

 RED value IS 221 (86.72% from 255) = 75.17%

 GREEN value IS 37 (14.84% from 255) = 12.59%

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

R = 75.17%
G = 12.59%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD2524 (or 0xDD2524) is known color: Persian Red. HEX triplet: DD, 25 and 24. RGB value is (221,37,36). Sum of RGB (Red+Green+Blue) = 221+37+36=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2524 is #22DADB. Grayscale: #5C5C5C. Windows color (decimal): -2284252 or 2368989. OLE color: 2368989.

HSL color Cylindrical-coordinate representation of color #DD2524: hue angle of 0.32º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD2524 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 37 36 -
CMYK 0 0.83 0.84 0.13
HSL 0.32º 0.73% 0.5% -
HSV(B) 0.32º 0.84% 0.87% -
XYZ 30.8 16.82 3.29 -
YUV 91.9 96.46 220.08 -
System Red Green Blue C M Y K H S L
Decimal 221 37 36 0 0.83 0.84 0.13 0.32 0.73 0.5
Hex DD 25 24 0 53 54 D 0 49 32
Octal 335 45 44 0 123 124 15 0 111 62
Binary 11011101 100101 100100 0 1010011 1010100 1101 0 1001001 110010

Color Harmonies of #DD2524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2524

Black with #DD2524

Text Example


Text Example

White with #DD2524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2524; }

 p { color: rgb(221,37,36); }

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

background-color css

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

 a { background-color: rgb(221,37,36); }

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

border-color css

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

 span { border-color: rgb(221,37,36); }

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