Html Css Color HEX #D13231 Persian Red

📋 copy color: '#D13231'

red 209 ◦ green 50 ◦ blue 49

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

Shades of Persian Red #D13231

Tints of Persian Red #D13231

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.23%

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

R = 67.86%
G = 16.23%
B = 15.91%

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

#D13231 (or 0xD13231) is known color: Persian Red. HEX triplet: D1, 32 and 31. RGB value is (209,50,49). Sum of RGB (Red+Green+Blue) = 209+50+49=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D13231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13231 is #2ECDCE. Grayscale: #616161. Windows color (decimal): -3067343 or 3224273. OLE color: 3224273.

HSL color Cylindrical-coordinate representation of color #D13231: 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.77%. Process color model (Four color, CMYK) of #D13231 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 50 49 -
CMYK 0 0.76 0.77 0.18
HSL 0.38º 0.63% 0.51% -
HSV(B) 0.38º 0.77% 0.82% -
XYZ 27.99 16.06 4.53 -
YUV 97.43 100.68 207.58 -
System Red Green Blue C M Y K H S L
Decimal 209 50 49 0 0.76 0.77 0.18 0.38 0.63 0.51
Hex D1 32 31 0 4C 4D 12 0 3F 33
Octal 321 62 61 0 114 115 22 0 77 63
Binary 11010001 110010 110001 0 1001100 1001101 10010 0 111111 110011

Color Harmonies of #D13231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13231

Black with #D13231

Text Example


Text Example

White with #D13231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13231; }

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

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

background-color css

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

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

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

border-color css

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

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

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