Html Css Color HEX #D13F31 Persian Red

📋 copy color: '#D13F31'

red 209 ◦ green 63 ◦ blue 49

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

Shades of Persian Red #D13F31

Tints of Persian Red #D13F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.26%

R = 65.11%
G = 19.63%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D13F31 (or 0xD13F31) is known color: Persian Red. HEX triplet: D1, 3F and 31. RGB value is (209,63,49). Sum of RGB (Red+Green+Blue) = 209+63+49=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13F31 is #2EC0CE. Grayscale: #696969. Windows color (decimal): -3064015 or 3227601. OLE color: 3227601.

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

Color convert

RGB 209 63 49 -
CMYK 0 0.70 0.77 0.18
HSL 5.25º 0.63% 0.51% -
HSV(B) 5.25º 0.77% 0.82% -
XYZ 28.63 17.33 4.74 -
YUV 105.06 96.37 202.14 -
System Red Green Blue C M Y K H S L
Decimal 209 63 49 0 0.70 0.77 0.18 5.25 0.63 0.51
Hex D1 3F 31 0 46 4D 12 5 3F 33
Octal 321 77 61 0 106 115 22 5 77 63
Binary 11010001 111111 110001 0 1000110 1001101 10010 101 111111 110011

Color Harmonies of #D13F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13F31

Black with #D13F31

Text Example


Text Example

White with #D13F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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