Html Css Color HEX #D13735 Persian Red

📋 copy color: '#D13735'

red 209 ◦ green 55 ◦ blue 53

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

Shades of Persian Red #D13735

Tints of Persian Red #D13735

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.35%

 BLUE value IS 53 (21.09% from 255) = 16.72%

R = 65.93%
G = 17.35%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D13735 (or 0xD13735) is known color: Persian Red. HEX triplet: D1, 37 and 35. RGB value is (209,55,53). Sum of RGB (Red+Green+Blue) = 209+55+53=317 (41% of max value = 765). Red value is 209 (82.03% from 255 or 65.93% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 209 - color contains mainly: red. Hex color #D13735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13735 is #2EC8CA. Grayscale: #646464. Windows color (decimal): -3066059 or 3487697. OLE color: 3487697.

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

Color convert

RGB 209 55 53 -
CMYK 0 0.74 0.75 0.18
HSL 0.77º 0.63% 0.51% -
HSV(B) 0.77º 0.75% 0.82% -
XYZ 28.3 16.54 5.07 -
YUV 100.82 101.02 205.16 -
System Red Green Blue C M Y K H S L
Decimal 209 55 53 0 0.74 0.75 0.18 0.77 0.63 0.51
Hex D1 37 35 0 4A 4B 12 1 3F 33
Octal 321 67 65 0 112 113 22 1 77 63
Binary 11010001 110111 110101 0 1001010 1001011 10010 1 111111 110011

Color Harmonies of #D13735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13735

Black with #D13735

Text Example


Text Example

White with #D13735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13735; }

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

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

background-color css

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

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

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

border-color css

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

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

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