Html Css Color HEX #D1332D Persian Red

📋 copy color: '#D1332D'

red 209 ◦ green 51 ◦ blue 45

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

Shades of Persian Red #D1332D

Tints of Persian Red #D1332D

RGB

 RED value IS 209 (82.03% from 255) = 68.52%

 GREEN value IS 51 (20.31% from 255) = 16.72%

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

R = 68.52%
G = 16.72%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1332D (or 0xD1332D) is known color: Persian Red. HEX triplet: D1, 33 and 2D. RGB value is (209,51,45). Sum of RGB (Red+Green+Blue) = 209+51+45=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D1332D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1332D is #2ECCD2. Grayscale: #616161. Windows color (decimal): -3067091 or 2962385. OLE color: 2962385.

HSL color Cylindrical-coordinate representation of color #D1332D: hue angle of 2.2º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1332D is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 51 45 -
CMYK 0 0.76 0.78 0.18
HSL 2.2º 0.65% 0.5% -
HSV(B) 2.2º 0.78% 0.82% -
XYZ 27.95 16.11 4.12 -
YUV 97.56 98.35 207.49 -
System Red Green Blue C M Y K H S L
Decimal 209 51 45 0 0.76 0.78 0.18 2.2 0.65 0.5
Hex D1 33 2D 0 4C 4E 12 2 41 32
Octal 321 63 55 0 114 116 22 2 101 62
Binary 11010001 110011 101101 0 1001100 1001110 10010 10 1000001 110010

Color Harmonies of #D1332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1332D

Black with #D1332D

Text Example


Text Example

White with #D1332D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1332D; }

 p { color: rgb(209,51,45); }

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

background-color css

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

 a { background-color: rgb(209,51,45); }

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

border-color css

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

 span { border-color: rgb(209,51,45); }

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