Html Css Color HEX #D13532 Persian Red

📋 copy color: '#D13532'

red 209 ◦ green 53 ◦ blue 50

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

Shades of Persian Red #D13532

Tints of Persian Red #D13532

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.99%

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

R = 66.99%
G = 16.99%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D13532 (or 0xD13532) is known color: Persian Red. HEX triplet: D1, 35 and 32. RGB value is (209,53,50). Sum of RGB (Red+Green+Blue) = 209+53+50=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D13532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13532 is #2ECACD. Grayscale: #636363. Windows color (decimal): -3066574 or 3290577. OLE color: 3290577.

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

Color convert

RGB 209 53 50 -
CMYK 0 0.75 0.76 0.18
HSL 1.13º 0.63% 0.51% -
HSV(B) 1.13º 0.76% 0.82% -
XYZ 28.14 16.33 4.69 -
YUV 99.3 100.18 206.24 -
System Red Green Blue C M Y K H S L
Decimal 209 53 50 0 0.75 0.76 0.18 1.13 0.63 0.51
Hex D1 35 32 0 4B 4C 12 1 3F 33
Octal 321 65 62 0 113 114 22 1 77 63
Binary 11010001 110101 110010 0 1001011 1001100 10010 1 111111 110011

Color Harmonies of #D13532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13532

Black with #D13532

Text Example


Text Example

White with #D13532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13532; }

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

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

background-color css

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

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

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

border-color css

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

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

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