Html Css Color HEX #D13131 Persian Red

📋 copy color: '#D13131'

red 209 ◦ green 49 ◦ blue 49

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

Shades of Persian Red #D13131

Tints of Persian Red #D13131

RGB

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

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

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

R = 68.08%
G = 15.96%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D13131 (or 0xD13131) is known color: Persian Red. HEX triplet: D1, 31 and 31. RGB value is (209,49,49). Sum of RGB (Red+Green+Blue) = 209+49+49=307 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.08% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 209 - color contains mainly: red. Hex color #D13131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13131 is #2ECECE. Grayscale: #616161. Windows color (decimal): -3067599 or 3224017. OLE color: 3224017.

HSL color Cylindrical-coordinate representation of color #D13131: hue angle of 0º 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 #D13131 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 49 49 -
CMYK 0 0.77 0.77 0.18
HSL 0.63% 0.51% -
HSV(B) 0.77% 0.82% -
XYZ 27.95 15.97 4.52 -
YUV 96.84 101.01 208 -
System Red Green Blue C M Y K H S L
Decimal 209 49 49 0 0.77 0.77 0.18 0 0.63 0.51
Hex D1 31 31 0 4D 4D 12 0 3F 33
Octal 321 61 61 0 115 115 22 0 77 63
Binary 11010001 110001 110001 0 1001101 1001101 10010 0 111111 110011

Color Harmonies of #D13131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13131

Black with #D13131

Text Example


Text Example

White with #D13131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13131; }

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

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

background-color css

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

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

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

border-color css

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

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

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