Html Css Color HEX #D73631 Persian Red

📋 copy color: '#D73631'

red 215 ◦ green 54 ◦ blue 49

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

Shades of Persian Red #D73631

Tints of Persian Red #D73631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.98%

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

R = 67.61%
G = 16.98%
B = 15.41%

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

#D73631 (or 0xD73631) is known color: Persian Red. HEX triplet: D7, 36 and 31. RGB value is (215,54,49). Sum of RGB (Red+Green+Blue) = 215+54+49=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D73631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73631 is #28C9CE. Grayscale: #656565. Windows color (decimal): -2673103 or 3225303. OLE color: 3225303.

HSL color Cylindrical-coordinate representation of color #D73631: hue angle of 1.81º 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 #D73631 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 54 49 -
CMYK 0 0.75 0.77 0.16
HSL 1.81º 0.67% 0.52% -
HSV(B) 1.81º 0.77% 0.84% -
XYZ 29.9 17.31 4.67 -
YUV 101.57 98.34 208.91 -
System Red Green Blue C M Y K H S L
Decimal 215 54 49 0 0.75 0.77 0.16 1.81 0.67 0.52
Hex D7 36 31 0 4B 4D 10 2 43 34
Octal 327 66 61 0 113 115 20 2 103 64
Binary 11010111 110110 110001 0 1001011 1001101 10000 10 1000011 110100

Color Harmonies of #D73631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73631

Black with #D73631

Text Example


Text Example

White with #D73631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73631; }

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

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

background-color css

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

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

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

border-color css

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

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

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