Html Css Color HEX #D7352B Persian Red

📋 copy color: '#D7352B'

red 215 ◦ green 53 ◦ blue 43

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

Shades of Persian Red #D7352B

Tints of Persian Red #D7352B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.04%

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

R = 69.13%
G = 17.04%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D7352B (or 0xD7352B) is known color: Persian Red. HEX triplet: D7, 35 and 2B. RGB value is (215,53,43). Sum of RGB (Red+Green+Blue) = 215+53+43=311 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.13% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 215 - color contains mainly: red. Hex color #D7352B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7352B is #28CAD4. Grayscale: #646464. Windows color (decimal): -2673365 or 2831831. OLE color: 2831831.

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

Color convert

RGB 215 53 43 -
CMYK 0 0.75 0.8 0.16
HSL 3.49º 0.68% 0.51% -
HSV(B) 3.49º 0.8% 0.84% -
XYZ 29.73 17.17 4.03 -
YUV 100.3 95.67 209.81 -
System Red Green Blue C M Y K H S L
Decimal 215 53 43 0 0.75 0.8 0.16 3.49 0.68 0.51
Hex D7 35 2B 0 4B 50 10 3 44 33
Octal 327 65 53 0 113 120 20 3 104 63
Binary 11010111 110101 101011 0 1001011 1010000 10000 11 1000100 110011

Color Harmonies of #D7352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7352B

Black with #D7352B

Text Example


Text Example

White with #D7352B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7352B; }

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

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

background-color css

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

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

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

border-color css

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

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

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