Html Css Color HEX #D1352B Persian Red

📋 copy color: '#D1352B'

red 209 ◦ green 53 ◦ blue 43

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

Shades of Persian Red #D1352B

Tints of Persian Red #D1352B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.1%

R = 68.52%
G = 17.38%
B = 14.1%

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

#D1352B (or 0xD1352B) is known color: Persian Red. HEX triplet: D1, 35 and 2B. RGB value is (209,53,43). Sum of RGB (Red+Green+Blue) = 209+53+43=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D1352B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1352B is #2ECAD4. Grayscale: #626262. Windows color (decimal): -3066581 or 2831825. OLE color: 2831825.

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

Color convert

RGB 209 53 43 -
CMYK 0 0.75 0.79 0.18
HSL 3.61º 0.66% 0.49% -
HSV(B) 3.61º 0.79% 0.82% -
XYZ 28 16.28 3.95 -
YUV 98.5 96.68 206.81 -
System Red Green Blue C M Y K H S L
Decimal 209 53 43 0 0.75 0.79 0.18 3.61 0.66 0.49
Hex D1 35 2B 0 4B 4F 12 4 42 31
Octal 321 65 53 0 113 117 22 4 102 61
Binary 11010001 110101 101011 0 1001011 1001111 10010 100 1000010 110001

Color Harmonies of #D1352B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1352B

Black with #D1352B

Text Example


Text Example

White with #D1352B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1352B; }

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

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

background-color css

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

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

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

border-color css

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

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

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