Html Css Color HEX #D13F2D Persian Red

📋 copy color: '#D13F2D'

red 209 ◦ green 63 ◦ blue 45

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

Shades of Persian Red #D13F2D

Tints of Persian Red #D13F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.2%

R = 65.93%
G = 19.87%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D13F2D (or 0xD13F2D) is known color: Persian Red. HEX triplet: D1, 3F and 2D. RGB value is (209,63,45). Sum of RGB (Red+Green+Blue) = 209+63+45=317 (41% of max value = 765). Red value is 209 (82.03% from 255 or 65.93% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13F2D is #2EC0D2. Grayscale: #686868. Windows color (decimal): -3064019 or 2965457. OLE color: 2965457.

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

Color convert

RGB 209 63 45 -
CMYK 0 0.70 0.78 0.18
HSL 6.59º 0.65% 0.5% -
HSV(B) 6.59º 0.78% 0.82% -
XYZ 28.55 17.3 4.32 -
YUV 104.6 94.37 202.46 -
System Red Green Blue C M Y K H S L
Decimal 209 63 45 0 0.70 0.78 0.18 6.59 0.65 0.5
Hex D1 3F 2D 0 46 4E 12 7 41 32
Octal 321 77 55 0 106 116 22 7 101 62
Binary 11010001 111111 101101 0 1000110 1001110 10010 111 1000001 110010

Color Harmonies of #D13F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13F2D

Black with #D13F2D

Text Example


Text Example

White with #D13F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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