Html Css Color HEX #DD2725 Persian Red

📋 copy color: '#DD2725'

red 221 ◦ green 39 ◦ blue 37

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

Shades of Persian Red #DD2725

Tints of Persian Red #DD2725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.46%

R = 74.41%
G = 13.13%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD2725 (or 0xDD2725) is known color: Persian Red. HEX triplet: DD, 27 and 25. RGB value is (221,39,37). Sum of RGB (Red+Green+Blue) = 221+39+37=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2725 is #22D8DA. Grayscale: #5D5D5D. Windows color (decimal): -2283739 or 2435037. OLE color: 2435037.

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

Color convert

RGB 221 39 37 -
CMYK 0 0.82 0.83 0.13
HSL 0.65º 0.73% 0.51% -
HSV(B) 0.65º 0.83% 0.87% -
XYZ 30.88 16.96 3.4 -
YUV 93.19 96.3 219.16 -
System Red Green Blue C M Y K H S L
Decimal 221 39 37 0 0.82 0.83 0.13 0.65 0.73 0.51
Hex DD 27 25 0 52 53 D 1 49 33
Octal 335 47 45 0 122 123 15 1 111 63
Binary 11011101 100111 100101 0 1010010 1010011 1101 1 1001001 110011

Color Harmonies of #DD2725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2725

Black with #DD2725

Text Example


Text Example

White with #DD2725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2725; }

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

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

background-color css

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

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

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

border-color css

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

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

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