Html Css Color HEX #D73122 Persian Red

📋 copy color: '#D73122'

red 215 ◦ green 49 ◦ blue 34

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

Shades of Persian Red #D73122

Tints of Persian Red #D73122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.41%

R = 72.15%
G = 16.44%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D73122 (or 0xD73122) is known color: Persian Red. HEX triplet: D7, 31 and 22. RGB value is (215,49,34). Sum of RGB (Red+Green+Blue) = 215+49+34=298 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.15% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 215 - color contains mainly: red. Hex color #D73122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73122 is #28CEDD. Grayscale: #616161. Windows color (decimal): -2674398 or 2240983. OLE color: 2240983.

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

Color convert

RGB 215 49 34 -
CMYK 0 0.77 0.84 0.16
HSL 4.97º 0.73% 0.49% -
HSV(B) 4.97º 0.84% 0.84% -
XYZ 29.41 16.76 3.2 -
YUV 96.92 92.5 212.22 -
System Red Green Blue C M Y K H S L
Decimal 215 49 34 0 0.77 0.84 0.16 4.97 0.73 0.49
Hex D7 31 22 0 4D 54 10 5 49 31
Octal 327 61 42 0 115 124 20 5 111 61
Binary 11010111 110001 100010 0 1001101 1010100 10000 101 1001001 110001

Color Harmonies of #D73122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73122

Black with #D73122

Text Example


Text Example

White with #D73122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73122; }

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

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

background-color css

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

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

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

border-color css

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

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

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