Html Css Color HEX #D73A34 Persian Red

📋 copy color: '#D73A34'

red 215 ◦ green 58 ◦ blue 52

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

Shades of Persian Red #D73A34

Tints of Persian Red #D73A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16%

R = 66.15%
G = 17.85%
B = 16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D73A34 (or 0xD73A34) is known color: Persian Red. HEX triplet: D7, 3A and 34. RGB value is (215,58,52). Sum of RGB (Red+Green+Blue) = 215+58+52=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D73A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73A34 is #28C5CB. Grayscale: #686868. Windows color (decimal): -2672076 or 3422935. OLE color: 3422935.

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

Color convert

RGB 215 58 52 -
CMYK 0 0.73 0.76 0.16
HSL 2.21º 0.67% 0.52% -
HSV(B) 2.21º 0.76% 0.84% -
XYZ 30.16 17.72 5.08 -
YUV 104.26 98.51 206.99 -
System Red Green Blue C M Y K H S L
Decimal 215 58 52 0 0.73 0.76 0.16 2.21 0.67 0.52
Hex D7 3A 34 0 49 4C 10 2 43 34
Octal 327 72 64 0 111 114 20 2 103 64
Binary 11010111 111010 110100 0 1001001 1001100 10000 10 1000011 110100

Color Harmonies of #D73A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73A34

Black with #D73A34

Text Example


Text Example

White with #D73A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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