Html Css Color HEX #D73531 Persian Red

📋 copy color: '#D73531'

red 215 ◦ green 53 ◦ blue 49

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

Shades of Persian Red #D73531

Tints of Persian Red #D73531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.72%

 BLUE value IS 49 (19.53% from 255) = 15.46%

R = 67.82%
G = 16.72%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D73531 (or 0xD73531) is known color: Persian Red. HEX triplet: D7, 35 and 31. RGB value is (215,53,49). Sum of RGB (Red+Green+Blue) = 215+53+49=317 (41% of max value = 765). Red value is 215 (84.38% from 255 or 67.82% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 215 - color contains mainly: red. Hex color #D73531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73531 is #28CACE. Grayscale: #656565. Windows color (decimal): -2673359 or 3225047. OLE color: 3225047.

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

Color convert

RGB 215 53 49 -
CMYK 0 0.75 0.77 0.16
HSL 1.45º 0.67% 0.52% -
HSV(B) 1.45º 0.77% 0.84% -
XYZ 29.85 17.22 4.66 -
YUV 100.98 98.67 209.33 -
System Red Green Blue C M Y K H S L
Decimal 215 53 49 0 0.75 0.77 0.16 1.45 0.67 0.52
Hex D7 35 31 0 4B 4D 10 1 43 34
Octal 327 65 61 0 113 115 20 1 103 64
Binary 11010111 110101 110001 0 1001011 1001101 10000 1 1000011 110100

Color Harmonies of #D73531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73531

Black with #D73531

Text Example


Text Example

White with #D73531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73531; }

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

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

background-color css

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

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

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

border-color css

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

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

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