Html Css Color HEX #D1413D Persian Red

📋 copy color: '#D1413D'

red 209 ◦ green 65 ◦ blue 61

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

Shades of Persian Red #D1413D

Tints of Persian Red #D1413D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.4%

 BLUE value IS 61 (24.22% from 255) = 18.21%

R = 62.39%
G = 19.4%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1413D (or 0xD1413D) is known color: Persian Red. HEX triplet: D1, 41 and 3D. RGB value is (209,65,61). Sum of RGB (Red+Green+Blue) = 209+65+61=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D1413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1413D is #2EBEC2. Grayscale: #6B6B6B. Windows color (decimal): -3063491 or 4014545. OLE color: 4014545.

HSL color Cylindrical-coordinate representation of color #D1413D: hue angle of 1.62º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1413D is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 65 61 -
CMYK 0 0.69 0.71 0.18
HSL 1.62º 0.62% 0.53% -
HSV(B) 1.62º 0.71% 0.82% -
XYZ 29.03 17.67 6.3 -
YUV 107.6 101.71 200.33 -
System Red Green Blue C M Y K H S L
Decimal 209 65 61 0 0.69 0.71 0.18 1.62 0.62 0.53
Hex D1 41 3D 0 45 47 12 2 3E 35
Octal 321 101 75 0 105 107 22 2 76 65
Binary 11010001 1000001 111101 0 1000101 1000111 10010 10 111110 110101

Color Harmonies of #D1413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1413D

Black with #D1413D

Text Example


Text Example

White with #D1413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1413D; }

 p { color: rgb(209,65,61); }

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

background-color css

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

 a { background-color: rgb(209,65,61); }

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

border-color css

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

 span { border-color: rgb(209,65,61); }

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