Html Css Color HEX #D13332 Persian Red

📋 copy color: '#D13332'

red 209 ◦ green 51 ◦ blue 50

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

Shades of Persian Red #D13332

Tints of Persian Red #D13332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.13%

R = 67.42%
G = 16.45%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D13332 (or 0xD13332) is known color: Persian Red. HEX triplet: D1, 33 and 32. RGB value is (209,51,50). Sum of RGB (Red+Green+Blue) = 209+51+50=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D13332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13332 is #2ECCCD. Grayscale: #626262. Windows color (decimal): -3067086 or 3290065. OLE color: 3290065.

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

Color convert

RGB 209 51 50 -
CMYK 0 0.76 0.76 0.18
HSL 0.38º 0.63% 0.51% -
HSV(B) 0.38º 0.76% 0.82% -
XYZ 28.05 16.15 4.66 -
YUV 98.13 100.85 207.08 -
System Red Green Blue C M Y K H S L
Decimal 209 51 50 0 0.76 0.76 0.18 0.38 0.63 0.51
Hex D1 33 32 0 4C 4C 12 0 3F 33
Octal 321 63 62 0 114 114 22 0 77 63
Binary 11010001 110011 110010 0 1001100 1001100 10010 0 111111 110011

Color Harmonies of #D13332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13332

Black with #D13332

Text Example


Text Example

White with #D13332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13332; }

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

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

background-color css

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

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

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

border-color css

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

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

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