Html Css Color HEX #D7342F Persian Red

📋 copy color: '#D7342F'

red 215 ◦ green 52 ◦ blue 47

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

Shades of Persian Red #D7342F

Tints of Persian Red #D7342F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.56%

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

R = 68.47%
G = 16.56%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7342F (or 0xD7342F) is known color: Persian Red. HEX triplet: D7, 34 and 2F. RGB value is (215,52,47). Sum of RGB (Red+Green+Blue) = 215+52+47=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D7342F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7342F is #28CBD0. Grayscale: #646464. Windows color (decimal): -2673617 or 3093719. OLE color: 3093719.

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

Color convert

RGB 215 52 47 -
CMYK 0 0.76 0.78 0.16
HSL 1.79º 0.68% 0.51% -
HSV(B) 1.79º 0.78% 0.84% -
XYZ 29.77 17.11 4.42 -
YUV 100.17 98 209.91 -
System Red Green Blue C M Y K H S L
Decimal 215 52 47 0 0.76 0.78 0.16 1.79 0.68 0.51
Hex D7 34 2F 0 4C 4E 10 2 44 33
Octal 327 64 57 0 114 116 20 2 104 63
Binary 11010111 110100 101111 0 1001100 1001110 10000 10 1000100 110011

Color Harmonies of #D7342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7342F

Black with #D7342F

Text Example


Text Example

White with #D7342F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7342F; }

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

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

background-color css

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

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

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

border-color css

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

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

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