Html Css Color HEX #D7352D Persian Red

📋 copy color: '#D7352D'

red 215 ◦ green 53 ◦ blue 45

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

Shades of Persian Red #D7352D

Tints of Persian Red #D7352D

RGB

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

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

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

R = 68.69%
G = 16.93%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7352D (or 0xD7352D) is known color: Persian Red. HEX triplet: D7, 35 and 2D. RGB value is (215,53,45). Sum of RGB (Red+Green+Blue) = 215+53+45=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D7352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7352D is #28CAD2. Grayscale: #646464. Windows color (decimal): -2673363 or 2962903. OLE color: 2962903.

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

Color convert

RGB 215 53 45 -
CMYK 0 0.75 0.79 0.16
HSL 2.82º 0.68% 0.51% -
HSV(B) 2.82º 0.79% 0.84% -
XYZ 29.77 17.18 4.23 -
YUV 100.53 96.67 209.65 -
System Red Green Blue C M Y K H S L
Decimal 215 53 45 0 0.75 0.79 0.16 2.82 0.68 0.51
Hex D7 35 2D 0 4B 4F 10 3 44 33
Octal 327 65 55 0 113 117 20 3 104 63
Binary 11010111 110101 101101 0 1001011 1001111 10000 11 1000100 110011

Color Harmonies of #D7352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7352D

Black with #D7352D

Text Example


Text Example

White with #D7352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7352D; }

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

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

background-color css

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

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

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

border-color css

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

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

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