Html Css Color HEX #DD312F Persian Red

📋 copy color: '#DD312F'

red 221 ◦ green 49 ◦ blue 47

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

Shades of Persian Red #DD312F

Tints of Persian Red #DD312F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.83%

R = 69.72%
G = 15.46%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD312F (or 0xDD312F) is known color: Persian Red. HEX triplet: DD, 31 and 2F. RGB value is (221,49,47). Sum of RGB (Red+Green+Blue) = 221+49+47=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD312F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD312F is #22CED0. Grayscale: #646464. Windows color (decimal): -2281169 or 3092957. OLE color: 3092957.

HSL color Cylindrical-coordinate representation of color #DD312F: hue angle of 0.69º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD312F is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 49 47 -
CMYK 0 0.78 0.79 0.13
HSL 0.69º 0.72% 0.53% -
HSV(B) 0.69º 0.79% 0.87% -
XYZ 31.43 17.77 4.46 -
YUV 100.2 97.98 214.16 -
System Red Green Blue C M Y K H S L
Decimal 221 49 47 0 0.78 0.79 0.13 0.69 0.72 0.53
Hex DD 31 2F 0 4E 4F D 1 48 35
Octal 335 61 57 0 116 117 15 1 110 65
Binary 11011101 110001 101111 0 1001110 1001111 1101 1 1001000 110101

Color Harmonies of #DD312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD312F

Black with #DD312F

Text Example


Text Example

White with #DD312F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD312F; }

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

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

background-color css

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

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

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

border-color css

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

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

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