Html Css Color HEX #D7352C Persian Red

📋 copy color: '#D7352C'

red 215 ◦ green 53 ◦ blue 44

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

Shades of Persian Red #D7352C

Tints of Persian Red #D7352C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.1%

R = 68.91%
G = 16.99%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7352C (or 0xD7352C) is known color: Persian Red. HEX triplet: D7, 35 and 2C. RGB value is (215,53,44). Sum of RGB (Red+Green+Blue) = 215+53+44=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D7352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7352C is #28CAD3. Grayscale: #646464. Windows color (decimal): -2673364 or 2897367. OLE color: 2897367.

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

Color convert

RGB 215 53 44 -
CMYK 0 0.75 0.80 0.16
HSL 3.16º 0.68% 0.51% -
HSV(B) 3.16º 0.8% 0.84% -
XYZ 29.75 17.18 4.13 -
YUV 100.41 96.17 209.73 -
System Red Green Blue C M Y K H S L
Decimal 215 53 44 0 0.75 0.80 0.16 3.16 0.68 0.51
Hex D7 35 2C 0 4B 50 10 3 44 33
Octal 327 65 54 0 113 120 20 3 104 63
Binary 11010111 110101 101100 0 1001011 1010000 10000 11 1000100 110011

Color Harmonies of #D7352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7352C

Black with #D7352C

Text Example


Text Example

White with #D7352C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7352C; }

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

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

background-color css

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

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

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

border-color css

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

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

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