Html Css Color HEX #DD312D Persian Red

📋 copy color: '#DD312D'

red 221 ◦ green 49 ◦ blue 45

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

Shades of Persian Red #DD312D

Tints of Persian Red #DD312D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.29%

R = 70.16%
G = 15.56%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD312D (or 0xDD312D) is known color: Persian Red. HEX triplet: DD, 31 and 2D. RGB value is (221,49,45). Sum of RGB (Red+Green+Blue) = 221+49+45=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD312D is #22CED2. Grayscale: #646464. Windows color (decimal): -2281171 or 2961885. OLE color: 2961885.

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

Color convert

RGB 221 49 45 -
CMYK 0 0.78 0.80 0.13
HSL 1.36º 0.72% 0.52% -
HSV(B) 1.36º 0.8% 0.87% -
XYZ 31.39 17.76 4.26 -
YUV 99.97 96.98 214.33 -
System Red Green Blue C M Y K H S L
Decimal 221 49 45 0 0.78 0.80 0.13 1.36 0.72 0.52
Hex DD 31 2D 0 4E 50 D 1 48 34
Octal 335 61 55 0 116 120 15 1 110 64
Binary 11011101 110001 101101 0 1001110 1010000 1101 1 1001000 110100

Color Harmonies of #DD312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD312D

Black with #DD312D

Text Example


Text Example

White with #DD312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD312D; }

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

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

background-color css

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

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

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

border-color css

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

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

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