Html Css Color HEX #D13F39 Persian Red

📋 copy color: '#D13F39'

red 209 ◦ green 63 ◦ blue 57

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

Shades of Persian Red #D13F39

Tints of Persian Red #D13F39

RGB

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

 GREEN value IS 63 (25% from 255) = 19.15%

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

R = 63.53%
G = 19.15%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D13F39 (or 0xD13F39) is known color: Persian Red. HEX triplet: D1, 3F and 39. RGB value is (209,63,57). Sum of RGB (Red+Green+Blue) = 209+63+57=329 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.53% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13F39 is #2EC0C6. Grayscale: #6A6A6A. Windows color (decimal): -3064007 or 3751889. OLE color: 3751889.

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

Color convert

RGB 209 63 57 -
CMYK 0 0.70 0.73 0.18
HSL 2.37º 0.62% 0.52% -
HSV(B) 2.37º 0.73% 0.82% -
XYZ 28.81 17.41 5.71 -
YUV 105.97 100.37 201.49 -
System Red Green Blue C M Y K H S L
Decimal 209 63 57 0 0.70 0.73 0.18 2.37 0.62 0.52
Hex D1 3F 39 0 46 49 12 2 3E 34
Octal 321 77 71 0 106 111 22 2 76 64
Binary 11010001 111111 111001 0 1000110 1001001 10010 10 111110 110100

Color Harmonies of #D13F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13F39

Black with #D13F39

Text Example


Text Example

White with #D13F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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