Html Css Color HEX #D7342D Persian Red

📋 copy color: '#D7342D'

red 215 ◦ green 52 ◦ blue 45

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

Shades of Persian Red #D7342D

Tints of Persian Red #D7342D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.42%

R = 68.91%
G = 16.67%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7342D (or 0xD7342D) is known color: Persian Red. HEX triplet: D7, 34 and 2D. RGB value is (215,52,45). Sum of RGB (Red+Green+Blue) = 215+52+45=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D7342D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7342D is #28CBD2. Grayscale: #646464. Windows color (decimal): -2673619 or 2962647. OLE color: 2962647.

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

Color convert

RGB 215 52 45 -
CMYK 0 0.76 0.79 0.16
HSL 2.47º 0.68% 0.51% -
HSV(B) 2.47º 0.79% 0.84% -
XYZ 29.73 17.09 4.22 -
YUV 99.94 97 210.07 -
System Red Green Blue C M Y K H S L
Decimal 215 52 45 0 0.76 0.79 0.16 2.47 0.68 0.51
Hex D7 34 2D 0 4C 4F 10 2 44 33
Octal 327 64 55 0 114 117 20 2 104 63
Binary 11010111 110100 101101 0 1001100 1001111 10000 10 1000100 110011

Color Harmonies of #D7342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7342D

Black with #D7342D

Text Example


Text Example

White with #D7342D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7342D; }

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

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

background-color css

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

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

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

border-color css

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

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

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