Html Css Color HEX #D13F29 Persian Red

📋 copy color: '#D13F29'

red 209 ◦ green 63 ◦ blue 41

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

Shades of Persian Red #D13F29

Tints of Persian Red #D13F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.1%

R = 66.77%
G = 20.13%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D13F29 (or 0xD13F29) is known color: Persian Red. HEX triplet: D1, 3F and 29. RGB value is (209,63,41). Sum of RGB (Red+Green+Blue) = 209+63+41=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13F29 is #2EC0D6. Grayscale: #686868. Windows color (decimal): -3064023 or 2703313. OLE color: 2703313.

HSL color Cylindrical-coordinate representation of color #D13F29: hue angle of 7.86º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D13F29 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 63 41 -
CMYK 0 0.70 0.80 0.18
HSL 7.86º 0.67% 0.49% -
HSV(B) 7.86º 0.8% 0.82% -
XYZ 28.47 17.27 3.93 -
YUV 104.15 92.37 202.79 -
System Red Green Blue C M Y K H S L
Decimal 209 63 41 0 0.70 0.80 0.18 7.86 0.67 0.49
Hex D1 3F 29 0 46 50 12 8 43 31
Octal 321 77 51 0 106 120 22 10 103 61
Binary 11010001 111111 101001 0 1000110 1010000 10010 1000 1000011 110001

Color Harmonies of #D13F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13F29

Black with #D13F29

Text Example


Text Example

White with #D13F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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