Html Css Color HEX #DD2F25 Persian Red

📋 copy color: '#DD2F25'

red 221 ◦ green 47 ◦ blue 37

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

Shades of Persian Red #DD2F25

Tints of Persian Red #DD2F25

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.41%

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

R = 72.46%
G = 15.41%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD2F25 (or 0xDD2F25) is known color: Persian Red. HEX triplet: DD, 2F and 25. RGB value is (221,47,37). Sum of RGB (Red+Green+Blue) = 221+47+37=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2F25 is #22D0DA. Grayscale: #626262. Windows color (decimal): -2281691 or 2437085. OLE color: 2437085.

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

Color convert

RGB 221 47 37 -
CMYK 0 0.79 0.83 0.13
HSL 3.26º 0.73% 0.51% -
HSV(B) 3.26º 0.83% 0.87% -
XYZ 31.17 17.54 3.49 -
YUV 97.89 93.65 215.81 -
System Red Green Blue C M Y K H S L
Decimal 221 47 37 0 0.79 0.83 0.13 3.26 0.73 0.51
Hex DD 2F 25 0 4F 53 D 3 49 33
Octal 335 57 45 0 117 123 15 3 111 63
Binary 11011101 101111 100101 0 1001111 1010011 1101 11 1001001 110011

Color Harmonies of #DD2F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2F25

Black with #DD2F25

Text Example


Text Example

White with #DD2F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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