Html Css Color HEX #D5352F Persian Red

📋 copy color: '#D5352F'

red 213 ◦ green 53 ◦ blue 47

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

Shades of Persian Red #D5352F

Tints of Persian Red #D5352F

RGB

 RED value IS 213 (83.59% from 255) = 68.05%

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

 BLUE value IS 47 (18.75% from 255) = 15.02%

R = 68.05%
G = 16.93%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5352F (or 0xD5352F) is known color: Persian Red. HEX triplet: D5, 35 and 2F. RGB value is (213,53,47). Sum of RGB (Red+Green+Blue) = 213+53+47=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D5352F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5352F is #2ACAD0. Grayscale: #646464. Windows color (decimal): -2804433 or 3093973. OLE color: 3093973.

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

Color convert

RGB 213 53 47 -
CMYK 0 0.75 0.78 0.16
HSL 2.17º 0.66% 0.51% -
HSV(B) 2.17º 0.78% 0.84% -
XYZ 29.23 16.9 4.41 -
YUV 100.16 98.01 208.49 -
System Red Green Blue C M Y K H S L
Decimal 213 53 47 0 0.75 0.78 0.16 2.17 0.66 0.51
Hex D5 35 2F 0 4B 4E 10 2 42 33
Octal 325 65 57 0 113 116 20 2 102 63
Binary 11010101 110101 101111 0 1001011 1001110 10000 10 1000010 110011

Color Harmonies of #D5352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5352F

Black with #D5352F

Text Example


Text Example

White with #D5352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5352F; }

 p { color: rgb(213,53,47); }

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

background-color css

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

 a { background-color: rgb(213,53,47); }

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

border-color css

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

 span { border-color: rgb(213,53,47); }

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