Html Css Color HEX #D73534 Persian Red

📋 copy color: '#D73534'

red 215 ◦ green 53 ◦ blue 52

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

Shades of Persian Red #D73534

Tints of Persian Red #D73534

RGB

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

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

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

R = 67.19%
G = 16.56%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D73534 (or 0xD73534) is known color: Persian Red. HEX triplet: D7, 35 and 34. RGB value is (215,53,52). Sum of RGB (Red+Green+Blue) = 215+53+52=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D73534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73534 is #28CACB. Grayscale: #656565. Windows color (decimal): -2673356 or 3421655. OLE color: 3421655.

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

Color convert

RGB 215 53 52 -
CMYK 0 0.75 0.76 0.16
HSL 0.37º 0.67% 0.52% -
HSV(B) 0.37º 0.76% 0.84% -
XYZ 29.92 17.24 5 -
YUV 101.32 100.17 209.08 -
System Red Green Blue C M Y K H S L
Decimal 215 53 52 0 0.75 0.76 0.16 0.37 0.67 0.52
Hex D7 35 34 0 4B 4C 10 0 43 34
Octal 327 65 64 0 113 114 20 0 103 64
Binary 11010111 110101 110100 0 1001011 1001100 10000 0 1000011 110100

Color Harmonies of #D73534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73534

Black with #D73534

Text Example


Text Example

White with #D73534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73534; }

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

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

background-color css

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

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

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

border-color css

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

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

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