Html Css Color HEX #D73127 Persian Red

📋 copy color: '#D73127'

red 215 ◦ green 49 ◦ blue 39

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

Shades of Persian Red #D73127

Tints of Persian Red #D73127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.87%

R = 70.96%
G = 16.17%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D73127 (or 0xD73127) is known color: Persian Red. HEX triplet: D7, 31 and 27. RGB value is (215,49,39). Sum of RGB (Red+Green+Blue) = 215+49+39=303 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.96% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 215 - color contains mainly: red. Hex color #D73127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73127 is #28CED8. Grayscale: #616161. Windows color (decimal): -2674393 or 2568663. OLE color: 2568663.

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

Color convert

RGB 215 49 39 -
CMYK 0 0.77 0.82 0.16
HSL 3.41º 0.69% 0.5% -
HSV(B) 3.41º 0.82% 0.84% -
XYZ 29.49 16.79 3.61 -
YUV 97.49 95 211.81 -
System Red Green Blue C M Y K H S L
Decimal 215 49 39 0 0.77 0.82 0.16 3.41 0.69 0.5
Hex D7 31 27 0 4D 52 10 3 45 32
Octal 327 61 47 0 115 122 20 3 105 62
Binary 11010111 110001 100111 0 1001101 1010010 10000 11 1000101 110010

Color Harmonies of #D73127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73127

Black with #D73127

Text Example


Text Example

White with #D73127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73127; }

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

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

background-color css

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

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

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

border-color css

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

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

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