Html Css Color HEX #DD2723 Persian Red

📋 copy color: '#DD2723'

red 221 ◦ green 39 ◦ blue 35

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

Shades of Persian Red #DD2723

Tints of Persian Red #DD2723

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.22%

 BLUE value IS 35 (14.06% from 255) = 11.86%

R = 74.92%
G = 13.22%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD2723 (or 0xDD2723) is known color: Persian Red. HEX triplet: DD, 27 and 23. RGB value is (221,39,35). Sum of RGB (Red+Green+Blue) = 221+39+35=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2723 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2723 is #22D8DC. Grayscale: #5D5D5D. Windows color (decimal): -2283741 or 2303965. OLE color: 2303965.

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

Color convert

RGB 221 39 35 -
CMYK 0 0.82 0.84 0.13
HSL 1.29º 0.73% 0.5% -
HSV(B) 1.29º 0.84% 0.87% -
XYZ 30.85 16.94 3.23 -
YUV 92.96 95.3 219.33 -
System Red Green Blue C M Y K H S L
Decimal 221 39 35 0 0.82 0.84 0.13 1.29 0.73 0.5
Hex DD 27 23 0 52 54 D 1 49 32
Octal 335 47 43 0 122 124 15 1 111 62
Binary 11011101 100111 100011 0 1010010 1010100 1101 1 1001001 110010

Color Harmonies of #DD2723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2723

Black with #DD2723

Text Example


Text Example

White with #DD2723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2723; }

 p { color: rgb(221,39,35); }

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

background-color css

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

 a { background-color: rgb(221,39,35); }

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

border-color css

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

 span { border-color: rgb(221,39,35); }

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