Html Css Color HEX #D73A30 Persian Red

📋 copy color: '#D73A30'

red 215 ◦ green 58 ◦ blue 48

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

Shades of Persian Red #D73A30

Tints of Persian Red #D73A30

RGB

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

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

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

R = 66.98%
G = 18.07%
B = 14.95%

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

#D73A30 (or 0xD73A30) is known color: Persian Red. HEX triplet: D7, 3A and 30. RGB value is (215,58,48). Sum of RGB (Red+Green+Blue) = 215+58+48=321 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.98% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 215 - color contains mainly: red. Hex color #D73A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73A30 is #28C5CF. Grayscale: #686868. Windows color (decimal): -2672080 or 3160791. OLE color: 3160791.

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

Color convert

RGB 215 58 48 -
CMYK 0 0.73 0.78 0.16
HSL 3.59º 0.68% 0.52% -
HSV(B) 3.59º 0.78% 0.84% -
XYZ 30.07 17.69 4.63 -
YUV 103.8 96.51 207.31 -
System Red Green Blue C M Y K H S L
Decimal 215 58 48 0 0.73 0.78 0.16 3.59 0.68 0.52
Hex D7 3A 30 0 49 4E 10 4 44 34
Octal 327 72 60 0 111 116 20 4 104 64
Binary 11010111 111010 110000 0 1001001 1001110 10000 100 1000100 110100

Color Harmonies of #D73A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73A30

Black with #D73A30

Text Example


Text Example

White with #D73A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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