Html Css Color HEX #D73B3A Persian Red

📋 copy color: '#D73B3A'

red 215 ◦ green 59 ◦ blue 58

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

Shades of Persian Red #D73B3A

Tints of Persian Red #D73B3A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.77%

 BLUE value IS 58 (23.05% from 255) = 17.47%

R = 64.76%
G = 17.77%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D73B3A (or 0xD73B3A) is known color: Persian Red. HEX triplet: D7, 3B and 3A. RGB value is (215,59,58). Sum of RGB (Red+Green+Blue) = 215+59+58=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D73B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73B3A is #28C4C5. Grayscale: #696969. Windows color (decimal): -2671814 or 3816407. OLE color: 3816407.

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

Color convert

RGB 215 59 58 -
CMYK 0 0.73 0.73 0.16
HSL 0.38º 0.66% 0.54% -
HSV(B) 0.38º 0.73% 0.84% -
XYZ 30.35 17.88 5.85 -
YUV 105.53 101.18 206.08 -
System Red Green Blue C M Y K H S L
Decimal 215 59 58 0 0.73 0.73 0.16 0.38 0.66 0.54
Hex D7 3B 3A 0 49 49 10 0 42 36
Octal 327 73 72 0 111 111 20 0 102 66
Binary 11010111 111011 111010 0 1001001 1001001 10000 0 1000010 110110

Color Harmonies of #D73B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73B3A

Black with #D73B3A

Text Example


Text Example

White with #D73B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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