Html Css Color HEX #D13932 Persian Red

📋 copy color: '#D13932'

red 209 ◦ green 57 ◦ blue 50

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

Shades of Persian Red #D13932

Tints of Persian Red #D13932

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.04%

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

R = 66.14%
G = 18.04%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D13932 (or 0xD13932) is known color: Persian Red. HEX triplet: D1, 39 and 32. RGB value is (209,57,50). Sum of RGB (Red+Green+Blue) = 209+57+50=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D13932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13932 is #2EC6CD. Grayscale: #656565. Windows color (decimal): -3065550 or 3291601. OLE color: 3291601.

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

Color convert

RGB 209 57 50 -
CMYK 0 0.73 0.76 0.18
HSL 2.64º 0.63% 0.51% -
HSV(B) 2.64º 0.76% 0.82% -
XYZ 28.33 16.71 4.75 -
YUV 101.65 98.86 204.57 -
System Red Green Blue C M Y K H S L
Decimal 209 57 50 0 0.73 0.76 0.18 2.64 0.63 0.51
Hex D1 39 32 0 49 4C 12 3 3F 33
Octal 321 71 62 0 111 114 22 3 77 63
Binary 11010001 111001 110010 0 1001001 1001100 10010 11 111111 110011

Color Harmonies of #D13932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13932

Black with #D13932

Text Example


Text Example

White with #D13932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13932; }

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

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

background-color css

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

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

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

border-color css

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

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

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