Html Css Color HEX #D13331 Persian Red

📋 copy color: '#D13331'

red 209 ◦ green 51 ◦ blue 49

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

Shades of Persian Red #D13331

Tints of Persian Red #D13331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.86%

R = 67.64%
G = 16.5%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D13331 (or 0xD13331) is known color: Persian Red. HEX triplet: D1, 33 and 31. RGB value is (209,51,49). Sum of RGB (Red+Green+Blue) = 209+51+49=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D13331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13331 is #2ECCCE. Grayscale: #626262. Windows color (decimal): -3067087 or 3224529. OLE color: 3224529.

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

Color convert

RGB 209 51 49 -
CMYK 0 0.76 0.77 0.18
HSL 0.75º 0.63% 0.51% -
HSV(B) 0.75º 0.77% 0.82% -
XYZ 28.03 16.14 4.54 -
YUV 98.01 100.35 207.16 -
System Red Green Blue C M Y K H S L
Decimal 209 51 49 0 0.76 0.77 0.18 0.75 0.63 0.51
Hex D1 33 31 0 4C 4D 12 1 3F 33
Octal 321 63 61 0 114 115 22 1 77 63
Binary 11010001 110011 110001 0 1001100 1001101 10010 1 111111 110011

Color Harmonies of #D13331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13331

Black with #D13331

Text Example


Text Example

White with #D13331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13331; }

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

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

background-color css

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

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

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

border-color css

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

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

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