Html Css Color HEX #DD3125 Persian Red

📋 copy color: '#DD3125'

red 221 ◦ green 49 ◦ blue 37

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

Shades of Persian Red #DD3125

Tints of Persian Red #DD3125

RGB

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

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

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

R = 71.99%
G = 15.96%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD3125 (or 0xDD3125) is known color: Persian Red. HEX triplet: DD, 31 and 25. RGB value is (221,49,37). Sum of RGB (Red+Green+Blue) = 221+49+37=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3125 is #22CEDA. Grayscale: #636363. Windows color (decimal): -2281179 or 2437597. OLE color: 2437597.

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

Color convert

RGB 221 49 37 -
CMYK 0 0.78 0.83 0.13
HSL 3.91º 0.73% 0.51% -
HSV(B) 3.91º 0.83% 0.87% -
XYZ 31.25 17.7 3.52 -
YUV 99.06 92.98 214.98 -
System Red Green Blue C M Y K H S L
Decimal 221 49 37 0 0.78 0.83 0.13 3.91 0.73 0.51
Hex DD 31 25 0 4E 53 D 4 49 33
Octal 335 61 45 0 116 123 15 4 111 63
Binary 11011101 110001 100101 0 1001110 1010011 1101 100 1001001 110011

Color Harmonies of #DD3125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3125

Black with #DD3125

Text Example


Text Example

White with #DD3125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3125; }

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

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

background-color css

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

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

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

border-color css

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

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

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