Html Css Color HEX #DD312E Persian Red

📋 copy color: '#DD312E'

red 221 ◦ green 49 ◦ blue 46

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

Shades of Persian Red #DD312E

Tints of Persian Red #DD312E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.56%

R = 69.94%
G = 15.51%
B = 14.56%

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

#DD312E (or 0xDD312E) is known color: Persian Red. HEX triplet: DD, 31 and 2E. RGB value is (221,49,46). Sum of RGB (Red+Green+Blue) = 221+49+46=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD312E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD312E is #22CED1. Grayscale: #646464. Windows color (decimal): -2281170 or 3027421. OLE color: 3027421.

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

Color convert

RGB 221 49 46 -
CMYK 0 0.78 0.79 0.13
HSL 1.03º 0.72% 0.52% -
HSV(B) 1.03º 0.79% 0.87% -
XYZ 31.41 17.77 4.36 -
YUV 100.09 97.48 214.24 -
System Red Green Blue C M Y K H S L
Decimal 221 49 46 0 0.78 0.79 0.13 1.03 0.72 0.52
Hex DD 31 2E 0 4E 4F D 1 48 34
Octal 335 61 56 0 116 117 15 1 110 64
Binary 11011101 110001 101110 0 1001110 1001111 1101 1 1001000 110100

Color Harmonies of #DD312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD312E

Black with #DD312E

Text Example


Text Example

White with #DD312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD312E; }

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

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

background-color css

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

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

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

border-color css

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

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

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