Html Css Color HEX #D1352F Persian Red

📋 copy color: '#D1352F'

red 209 ◦ green 53 ◦ blue 47

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

Shades of Persian Red #D1352F

Tints of Persian Red #D1352F

RGB

 RED value IS 209 (82.03% from 255) = 67.64%

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

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

R = 67.64%
G = 17.15%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1352F (or 0xD1352F) is known color: Persian Red. HEX triplet: D1, 35 and 2F. RGB value is (209,53,47). Sum of RGB (Red+Green+Blue) = 209+53+47=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D1352F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1352F is #2ECAD0. Grayscale: #636363. Windows color (decimal): -3066577 or 3093969. OLE color: 3093969.

HSL color Cylindrical-coordinate representation of color #D1352F: hue angle of 2.22º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1352F is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 53 47 -
CMYK 0 0.75 0.78 0.18
HSL 2.22º 0.64% 0.5% -
HSV(B) 2.22º 0.78% 0.82% -
XYZ 28.08 16.31 4.36 -
YUV 98.96 98.68 206.49 -
System Red Green Blue C M Y K H S L
Decimal 209 53 47 0 0.75 0.78 0.18 2.22 0.64 0.5
Hex D1 35 2F 0 4B 4E 12 2 40 32
Octal 321 65 57 0 113 116 22 2 100 62
Binary 11010001 110101 101111 0 1001011 1001110 10010 10 1000000 110010

Color Harmonies of #D1352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1352F

Black with #D1352F

Text Example


Text Example

White with #D1352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1352F; }

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

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

background-color css

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

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

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

border-color css

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

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

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