Html Css Color HEX #D1352D Persian Red

📋 copy color: '#D1352D'

red 209 ◦ green 53 ◦ blue 45

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

Shades of Persian Red #D1352D

Tints of Persian Red #D1352D

RGB

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

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

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

R = 68.08%
G = 17.26%
B = 14.66%

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

#D1352D (or 0xD1352D) is known color: Persian Red. HEX triplet: D1, 35 and 2D. RGB value is (209,53,45). Sum of RGB (Red+Green+Blue) = 209+53+45=307 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.08% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 209 - color contains mainly: red. Hex color #D1352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1352D is #2ECAD2. Grayscale: #626262. Windows color (decimal): -3066579 or 2962897. OLE color: 2962897.

HSL color Cylindrical-coordinate representation of color #D1352D: hue angle of 2.93º degrees, saturation: 0.65, 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 #D1352D is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 53 45 -
CMYK 0 0.75 0.78 0.18
HSL 2.93º 0.65% 0.5% -
HSV(B) 2.93º 0.78% 0.82% -
XYZ 28.04 16.29 4.15 -
YUV 98.73 97.68 206.65 -
System Red Green Blue C M Y K H S L
Decimal 209 53 45 0 0.75 0.78 0.18 2.93 0.65 0.5
Hex D1 35 2D 0 4B 4E 12 3 41 32
Octal 321 65 55 0 113 116 22 3 101 62
Binary 11010001 110101 101101 0 1001011 1001110 10010 11 1000001 110010

Color Harmonies of #D1352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1352D

Black with #D1352D

Text Example


Text Example

White with #D1352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1352D; }

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

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

background-color css

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

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

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

border-color css

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

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

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