Html Css Color HEX #DD312B Persian Red

📋 copy color: '#DD312B'

red 221 ◦ green 49 ◦ blue 43

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

Shades of Persian Red #DD312B

Tints of Persian Red #DD312B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.74%

R = 70.61%
G = 15.65%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD312B (or 0xDD312B) is known color: Persian Red. HEX triplet: DD, 31 and 2B. RGB value is (221,49,43). Sum of RGB (Red+Green+Blue) = 221+49+43=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD312B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD312B is #22CED4. Grayscale: #636363. Windows color (decimal): -2281173 or 2830813. OLE color: 2830813.

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

Color convert

RGB 221 49 43 -
CMYK 0 0.78 0.81 0.13
HSL 2.02º 0.72% 0.52% -
HSV(B) 2.02º 0.81% 0.87% -
XYZ 31.35 17.74 4.06 -
YUV 99.74 95.98 214.49 -
System Red Green Blue C M Y K H S L
Decimal 221 49 43 0 0.78 0.81 0.13 2.02 0.72 0.52
Hex DD 31 2B 0 4E 51 D 2 48 34
Octal 335 61 53 0 116 121 15 2 110 64
Binary 11011101 110001 101011 0 1001110 1010001 1101 10 1001000 110100

Color Harmonies of #DD312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD312B

Black with #DD312B

Text Example


Text Example

White with #DD312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD312B; }

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

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

background-color css

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

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

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

border-color css

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

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

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