Html Css Color HEX #D73130 Persian Red

📋 copy color: '#D73130'

red 215 ◦ green 49 ◦ blue 48

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

Shades of Persian Red #D73130

Tints of Persian Red #D73130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.71%

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

R = 68.91%
G = 15.71%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D73130 (or 0xD73130) is known color: Persian Red. HEX triplet: D7, 31 and 30. RGB value is (215,49,48). Sum of RGB (Red+Green+Blue) = 215+49+48=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D73130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73130 is #28CECF. Grayscale: #626262. Windows color (decimal): -2674384 or 3158487. OLE color: 3158487.

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

Color convert

RGB 215 49 48 -
CMYK 0 0.77 0.78 0.16
HSL 0.36º 0.68% 0.52% -
HSV(B) 0.36º 0.78% 0.84% -
XYZ 29.66 16.86 4.49 -
YUV 98.52 99.5 211.08 -
System Red Green Blue C M Y K H S L
Decimal 215 49 48 0 0.77 0.78 0.16 0.36 0.68 0.52
Hex D7 31 30 0 4D 4E 10 0 44 34
Octal 327 61 60 0 115 116 20 0 104 64
Binary 11010111 110001 110000 0 1001101 1001110 10000 0 1000100 110100

Color Harmonies of #D73130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73130

Black with #D73130

Text Example


Text Example

White with #D73130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73130; }

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

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

background-color css

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

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

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

border-color css

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

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

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