Html Css Color HEX #D7342B Persian Red

📋 copy color: '#D7342B'

red 215 ◦ green 52 ◦ blue 43

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

Shades of Persian Red #D7342B

Tints of Persian Red #D7342B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.87%

R = 69.35%
G = 16.77%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D7342B (or 0xD7342B) is known color: Persian Red. HEX triplet: D7, 34 and 2B. RGB value is (215,52,43). Sum of RGB (Red+Green+Blue) = 215+52+43=310 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.35% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 215 - color contains mainly: red. Hex color #D7342B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7342B is #28CBD4. Grayscale: #636363. Windows color (decimal): -2673621 or 2831575. OLE color: 2831575.

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

Color convert

RGB 215 52 43 -
CMYK 0 0.76 0.8 0.16
HSL 3.14º 0.68% 0.51% -
HSV(B) 3.14º 0.8% 0.84% -
XYZ 29.69 17.08 4.02 -
YUV 99.71 96 210.23 -
System Red Green Blue C M Y K H S L
Decimal 215 52 43 0 0.76 0.8 0.16 3.14 0.68 0.51
Hex D7 34 2B 0 4C 50 10 3 44 33
Octal 327 64 53 0 114 120 20 3 104 63
Binary 11010111 110100 101011 0 1001100 1010000 10000 11 1000100 110011

Color Harmonies of #D7342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7342B

Black with #D7342B

Text Example


Text Example

White with #D7342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7342B; }

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

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

background-color css

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

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

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

border-color css

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

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

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