Html Css Color HEX #D7392F Persian Red

📋 copy color: '#D7392F'

red 215 ◦ green 57 ◦ blue 47

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

Shades of Persian Red #D7392F

Tints of Persian Red #D7392F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.87%

 BLUE value IS 47 (18.75% from 255) = 14.73%

R = 67.4%
G = 17.87%
B = 14.73%

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

#D7392F (or 0xD7392F) is known color: Persian Red. HEX triplet: D7, 39 and 2F. RGB value is (215,57,47). Sum of RGB (Red+Green+Blue) = 215+57+47=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D7392F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7392F is #28C6D0. Grayscale: #676767. Windows color (decimal): -2672337 or 3094999. OLE color: 3094999.

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

Color convert

RGB 215 57 47 -
CMYK 0 0.73 0.78 0.16
HSL 3.57º 0.68% 0.51% -
HSV(B) 3.57º 0.78% 0.84% -
XYZ 30 17.58 4.5 -
YUV 103.1 96.35 207.81 -
System Red Green Blue C M Y K H S L
Decimal 215 57 47 0 0.73 0.78 0.16 3.57 0.68 0.51
Hex D7 39 2F 0 49 4E 10 4 44 33
Octal 327 71 57 0 111 116 20 4 104 63
Binary 11010111 111001 101111 0 1001001 1001110 10000 100 1000100 110011

Color Harmonies of #D7392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7392F

Black with #D7392F

Text Example


Text Example

White with #D7392F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7392F; }

 p { color: rgb(215,57,47); }

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

background-color css

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

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

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

border-color css

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

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

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