Html Css Color HEX #D73A2F Persian Red

📋 copy color: '#D73A2F'

red 215 ◦ green 58 ◦ blue 47

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

Shades of Persian Red #D73A2F

Tints of Persian Red #D73A2F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.13%

 BLUE value IS 47 (18.75% from 255) = 14.69%

R = 67.19%
G = 18.13%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D73A2F (or 0xD73A2F) is known color: Persian Red. HEX triplet: D7, 3A and 2F. RGB value is (215,58,47). Sum of RGB (Red+Green+Blue) = 215+58+47=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D73A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73A2F is #28C5D0. Grayscale: #676767. Windows color (decimal): -2672081 or 3095255. OLE color: 3095255.

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

Color convert

RGB 215 58 47 -
CMYK 0 0.73 0.78 0.16
HSL 3.93º 0.68% 0.51% -
HSV(B) 3.93º 0.78% 0.84% -
XYZ 30.05 17.68 4.52 -
YUV 103.69 96.01 207.39 -
System Red Green Blue C M Y K H S L
Decimal 215 58 47 0 0.73 0.78 0.16 3.93 0.68 0.51
Hex D7 3A 2F 0 49 4E 10 4 44 33
Octal 327 72 57 0 111 116 20 4 104 63
Binary 11010111 111010 101111 0 1001001 1001110 10000 100 1000100 110011

Color Harmonies of #D73A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73A2F

Black with #D73A2F

Text Example


Text Example

White with #D73A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73A2F; }

 p { color: rgb(215,58,47); }

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

background-color css

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

 a { background-color: rgb(215,58,47); }

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

border-color css

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

 span { border-color: rgb(215,58,47); }

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