Html Css Color HEX #DD2624 Persian Red

📋 copy color: '#DD2624'

red 221 ◦ green 38 ◦ blue 36

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

Shades of Persian Red #DD2624

Tints of Persian Red #DD2624

RGB

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

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

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

R = 74.92%
G = 12.88%
B = 12.2%

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

#DD2624 (or 0xDD2624) is known color: Persian Red. HEX triplet: DD, 26 and 24. RGB value is (221,38,36). Sum of RGB (Red+Green+Blue) = 221+38+36=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2624 is #22D9DB. Grayscale: #5C5C5C. Windows color (decimal): -2283996 or 2369245. OLE color: 2369245.

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

Color convert

RGB 221 38 36 -
CMYK 0 0.83 0.84 0.13
HSL 0.65º 0.73% 0.5% -
HSV(B) 0.65º 0.84% 0.87% -
XYZ 30.83 16.89 3.3 -
YUV 92.49 96.13 219.66 -
System Red Green Blue C M Y K H S L
Decimal 221 38 36 0 0.83 0.84 0.13 0.65 0.73 0.5
Hex DD 26 24 0 53 54 D 1 49 32
Octal 335 46 44 0 123 124 15 1 111 62
Binary 11011101 100110 100100 0 1010011 1010100 1101 1 1001001 110010

Color Harmonies of #DD2624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2624

Black with #DD2624

Text Example


Text Example

White with #DD2624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2624; }

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

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

background-color css

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

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

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

border-color css

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

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

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