Html Css Color HEX #D13A39 Persian Red

📋 copy color: '#D13A39'

red 209 ◦ green 58 ◦ blue 57

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

Shades of Persian Red #D13A39

Tints of Persian Red #D13A39

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.9%

 BLUE value IS 57 (22.66% from 255) = 17.59%

R = 64.51%
G = 17.9%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D13A39 (or 0xD13A39) is known color: Persian Red. HEX triplet: D1, 3A and 39. RGB value is (209,58,57). Sum of RGB (Red+Green+Blue) = 209+58+57=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13A39 is #2EC5C6. Grayscale: #676767. Windows color (decimal): -3065287 or 3750609. OLE color: 3750609.

HSL color Cylindrical-coordinate representation of color #D13A39: hue angle of 0.39º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13A39 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 58 57 -
CMYK 0 0.72 0.73 0.18
HSL 0.39º 0.62% 0.52% -
HSV(B) 0.39º 0.73% 0.82% -
XYZ 28.55 16.88 5.62 -
YUV 103.04 102.03 203.58 -
System Red Green Blue C M Y K H S L
Decimal 209 58 57 0 0.72 0.73 0.18 0.39 0.62 0.52
Hex D1 3A 39 0 48 49 12 0 3E 34
Octal 321 72 71 0 110 111 22 0 76 64
Binary 11010001 111010 111001 0 1001000 1001001 10010 0 111110 110100

Color Harmonies of #D13A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A39

Black with #D13A39

Text Example


Text Example

White with #D13A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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