Html Css Color HEX #D73530 Persian Red

📋 copy color: '#D73530'

red 215 ◦ green 53 ◦ blue 48

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

Shades of Persian Red #D73530

Tints of Persian Red #D73530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.19%

R = 68.04%
G = 16.77%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D73530 (or 0xD73530) is known color: Persian Red. HEX triplet: D7, 35 and 30. RGB value is (215,53,48). Sum of RGB (Red+Green+Blue) = 215+53+48=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D73530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73530 is #28CACF. Grayscale: #656565. Windows color (decimal): -2673360 or 3159511. OLE color: 3159511.

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

Color convert

RGB 215 53 48 -
CMYK 0 0.75 0.78 0.16
HSL 1.8º 0.68% 0.52% -
HSV(B) 1.8º 0.78% 0.84% -
XYZ 29.83 17.21 4.55 -
YUV 100.87 98.17 209.41 -
System Red Green Blue C M Y K H S L
Decimal 215 53 48 0 0.75 0.78 0.16 1.8 0.68 0.52
Hex D7 35 30 0 4B 4E 10 2 44 34
Octal 327 65 60 0 113 116 20 2 104 64
Binary 11010111 110101 110000 0 1001011 1001110 10000 10 1000100 110100

Color Harmonies of #D73530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73530

Black with #D73530

Text Example


Text Example

White with #D73530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73530; }

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

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

background-color css

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

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

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

border-color css

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

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

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