Html Css Color HEX #D1362D Persian Red

📋 copy color: '#D1362D'

red 209 ◦ green 54 ◦ blue 45

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

Shades of Persian Red #D1362D

Tints of Persian Red #D1362D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.53%

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

R = 67.86%
G = 17.53%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1362D (or 0xD1362D) is known color: Persian Red. HEX triplet: D1, 36 and 2D. RGB value is (209,54,45). Sum of RGB (Red+Green+Blue) = 209+54+45=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D1362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1362D is #2EC9D2. Grayscale: #636363. Windows color (decimal): -3066323 or 2963153. OLE color: 2963153.

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

Color convert

RGB 209 54 45 -
CMYK 0 0.74 0.78 0.18
HSL 3.29º 0.65% 0.5% -
HSV(B) 3.29º 0.78% 0.82% -
XYZ 28.09 16.38 4.16 -
YUV 99.32 97.35 206.23 -
System Red Green Blue C M Y K H S L
Decimal 209 54 45 0 0.74 0.78 0.18 3.29 0.65 0.5
Hex D1 36 2D 0 4A 4E 12 3 41 32
Octal 321 66 55 0 112 116 22 3 101 62
Binary 11010001 110110 101101 0 1001010 1001110 10010 11 1000001 110010

Color Harmonies of #D1362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1362D

Black with #D1362D

Text Example


Text Example

White with #D1362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1362D; }

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

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

background-color css

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

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

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

border-color css

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

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

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