Html Css Color HEX #D73535 Persian Red

📋 copy color: '#D73535'

red 215 ◦ green 53 ◦ blue 53

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

Shades of Persian Red #D73535

Tints of Persian Red #D73535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.51%

R = 66.98%
G = 16.51%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D73535 (or 0xD73535) is known color: Persian Red. HEX triplet: D7, 35 and 35. RGB value is (215,53,53). Sum of RGB (Red+Green+Blue) = 215+53+53=321 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.98% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 215 - color contains mainly: red. Hex color #D73535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73535 is #28CACA. Grayscale: #656565. Windows color (decimal): -2673355 or 3487191. OLE color: 3487191.

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

Color convert

RGB 215 53 53 -
CMYK 0 0.75 0.75 0.16
HSL 0.67% 0.53% -
HSV(B) 0.75% 0.84% -
XYZ 29.94 17.25 5.12 -
YUV 101.44 100.67 209 -
System Red Green Blue C M Y K H S L
Decimal 215 53 53 0 0.75 0.75 0.16 0 0.67 0.53
Hex D7 35 35 0 4B 4B 10 0 43 35
Octal 327 65 65 0 113 113 20 0 103 65
Binary 11010111 110101 110101 0 1001011 1001011 10000 0 1000011 110101

Color Harmonies of #D73535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73535

Black with #D73535

Text Example


Text Example

White with #D73535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73535; }

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

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

background-color css

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

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

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

border-color css

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

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

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