Html Css Color HEX #D73129 Persian Red

📋 copy color: '#D73129'

red 215 ◦ green 49 ◦ blue 41

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

Shades of Persian Red #D73129

Tints of Persian Red #D73129

RGB

 RED value IS 215 (84.38% from 255) = 70.49%

 GREEN value IS 49 (19.53% from 255) = 16.07%

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

R = 70.49%
G = 16.07%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D73129 (or 0xD73129) is known color: Persian Red. HEX triplet: D7, 31 and 29. RGB value is (215,49,41). Sum of RGB (Red+Green+Blue) = 215+49+41=305 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.49% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 215 - color contains mainly: red. Hex color #D73129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73129 is #28CED6. Grayscale: #616161. Windows color (decimal): -2674391 or 2699735. OLE color: 2699735.

HSL color Cylindrical-coordinate representation of color #D73129: hue angle of 2.76º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D73129 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 49 41 -
CMYK 0 0.77 0.81 0.16
HSL 2.76º 0.69% 0.5% -
HSV(B) 2.76º 0.81% 0.84% -
XYZ 29.52 16.8 3.79 -
YUV 97.72 96 211.65 -
System Red Green Blue C M Y K H S L
Decimal 215 49 41 0 0.77 0.81 0.16 2.76 0.69 0.5
Hex D7 31 29 0 4D 51 10 3 45 32
Octal 327 61 51 0 115 121 20 3 105 62
Binary 11010111 110001 101001 0 1001101 1010001 10000 11 1000101 110010

Color Harmonies of #D73129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73129

Black with #D73129

Text Example


Text Example

White with #D73129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73129; }

 p { color: rgb(215,49,41); }

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

background-color css

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

 a { background-color: rgb(215,49,41); }

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

border-color css

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

 span { border-color: rgb(215,49,41); }

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