Html Css Color HEX #D1352C Persian Red

📋 copy color: '#D1352C'

red 209 ◦ green 53 ◦ blue 44

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

Shades of Persian Red #D1352C

Tints of Persian Red #D1352C

RGB

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

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

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

R = 68.3%
G = 17.32%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1352C (or 0xD1352C) is known color: Persian Red. HEX triplet: D1, 35 and 2C. RGB value is (209,53,44). Sum of RGB (Red+Green+Blue) = 209+53+44=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D1352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1352C is #2ECAD3. Grayscale: #626262. Windows color (decimal): -3066580 or 2897361. OLE color: 2897361.

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

Color convert

RGB 209 53 44 -
CMYK 0 0.75 0.79 0.18
HSL 3.27º 0.65% 0.5% -
HSV(B) 3.27º 0.79% 0.82% -
XYZ 28.02 16.28 4.05 -
YUV 98.62 97.18 206.73 -
System Red Green Blue C M Y K H S L
Decimal 209 53 44 0 0.75 0.79 0.18 3.27 0.65 0.5
Hex D1 35 2C 0 4B 4F 12 3 41 32
Octal 321 65 54 0 113 117 22 3 101 62
Binary 11010001 110101 101100 0 1001011 1001111 10010 11 1000001 110010

Color Harmonies of #D1352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1352C

Black with #D1352C

Text Example


Text Example

White with #D1352C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1352C; }

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

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

background-color css

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

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

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

border-color css

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

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

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