Html Css Color HEX #D1332B Persian Red

📋 copy color: '#D1332B'

red 209 ◦ green 51 ◦ blue 43

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

Shades of Persian Red #D1332B

Tints of Persian Red #D1332B

RGB

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

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

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

R = 68.98%
G = 16.83%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1332B (or 0xD1332B) is known color: Persian Red. HEX triplet: D1, 33 and 2B. RGB value is (209,51,43). Sum of RGB (Red+Green+Blue) = 209+51+43=303 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.98% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 209 - color contains mainly: red. Hex color #D1332B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1332B is #2ECCD4. Grayscale: #616161. Windows color (decimal): -3067093 or 2831313. OLE color: 2831313.

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

Color convert

RGB 209 51 43 -
CMYK 0 0.76 0.79 0.18
HSL 2.89º 0.66% 0.49% -
HSV(B) 2.89º 0.79% 0.82% -
XYZ 27.91 16.1 3.92 -
YUV 97.33 97.35 207.65 -
System Red Green Blue C M Y K H S L
Decimal 209 51 43 0 0.76 0.79 0.18 2.89 0.66 0.49
Hex D1 33 2B 0 4C 4F 12 3 42 31
Octal 321 63 53 0 114 117 22 3 102 61
Binary 11010001 110011 101011 0 1001100 1001111 10010 11 1000010 110001

Color Harmonies of #D1332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1332B

Black with #D1332B

Text Example


Text Example

White with #D1332B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1332B; }

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

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

background-color css

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

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

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

border-color css

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

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

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