Html Css Color HEX #DD3124 Persian Red

📋 copy color: '#DD3124'

red 221 ◦ green 49 ◦ blue 36

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

Shades of Persian Red #DD3124

Tints of Persian Red #DD3124

RGB

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

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

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

R = 72.22%
G = 16.01%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD3124 (or 0xDD3124) is known color: Persian Red. HEX triplet: DD, 31 and 24. RGB value is (221,49,36). Sum of RGB (Red+Green+Blue) = 221+49+36=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3124 is #22CEDB. Grayscale: #636363. Windows color (decimal): -2281180 or 2372061. OLE color: 2372061.

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

Color convert

RGB 221 49 36 -
CMYK 0 0.78 0.84 0.13
HSL 4.22º 0.73% 0.5% -
HSV(B) 4.22º 0.84% 0.87% -
XYZ 31.24 17.7 3.44 -
YUV 98.95 92.48 215.06 -
System Red Green Blue C M Y K H S L
Decimal 221 49 36 0 0.78 0.84 0.13 4.22 0.73 0.5
Hex DD 31 24 0 4E 54 D 4 49 32
Octal 335 61 44 0 116 124 15 4 111 62
Binary 11011101 110001 100100 0 1001110 1010100 1101 100 1001001 110010

Color Harmonies of #DD3124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3124

Black with #DD3124

Text Example


Text Example

White with #DD3124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3124; }

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

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

background-color css

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

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

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

border-color css

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

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

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