Html Css Color HEX #D13934 Persian Red

📋 copy color: '#D13934'

red 209 ◦ green 57 ◦ blue 52

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

Shades of Persian Red #D13934

Tints of Persian Red #D13934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.35%

R = 65.72%
G = 17.92%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D13934 (or 0xD13934) is known color: Persian Red. HEX triplet: D1, 39 and 34. RGB value is (209,57,52). Sum of RGB (Red+Green+Blue) = 209+57+52=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D13934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13934 is #2EC6CB. Grayscale: #666666. Windows color (decimal): -3065548 or 3422673. OLE color: 3422673.

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

Color convert

RGB 209 57 52 -
CMYK 0 0.73 0.75 0.18
HSL 1.91º 0.63% 0.51% -
HSV(B) 1.91º 0.75% 0.82% -
XYZ 28.38 16.73 4.98 -
YUV 101.88 99.86 204.41 -
System Red Green Blue C M Y K H S L
Decimal 209 57 52 0 0.73 0.75 0.18 1.91 0.63 0.51
Hex D1 39 34 0 49 4B 12 2 3F 33
Octal 321 71 64 0 111 113 22 2 77 63
Binary 11010001 111001 110100 0 1001001 1001011 10010 10 111111 110011

Color Harmonies of #D13934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13934

Black with #D13934

Text Example


Text Example

White with #D13934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13934; }

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

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

background-color css

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

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

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

border-color css

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

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

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