Html Css Color HEX #D13527 Persian Red

📋 copy color: '#D13527'

red 209 ◦ green 53 ◦ blue 39

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

Shades of Persian Red #D13527

Tints of Persian Red #D13527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.96%

R = 69.44%
G = 17.61%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D13527 (or 0xD13527) is known color: Persian Red. HEX triplet: D1, 35 and 27. RGB value is (209,53,39). Sum of RGB (Red+Green+Blue) = 209+53+39=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D13527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13527 is #2ECAD8. Grayscale: #626262. Windows color (decimal): -3066585 or 2569681. OLE color: 2569681.

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

Color convert

RGB 209 53 39 -
CMYK 0 0.75 0.81 0.18
HSL 4.94º 0.69% 0.49% -
HSV(B) 4.94º 0.81% 0.82% -
XYZ 27.93 16.25 3.58 -
YUV 98.05 94.68 207.14 -
System Red Green Blue C M Y K H S L
Decimal 209 53 39 0 0.75 0.81 0.18 4.94 0.69 0.49
Hex D1 35 27 0 4B 51 12 5 45 31
Octal 321 65 47 0 113 121 22 5 105 61
Binary 11010001 110101 100111 0 1001011 1010001 10010 101 1000101 110001

Color Harmonies of #D13527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13527

Black with #D13527

Text Example


Text Example

White with #D13527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13527; }

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

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

background-color css

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

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

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

border-color css

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

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

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