Html Css Color HEX #D1413E Persian Red

📋 copy color: '#D1413E'

red 209 ◦ green 65 ◦ blue 62

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

Shades of Persian Red #D1413E

Tints of Persian Red #D1413E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.45%

R = 62.2%
G = 19.35%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D1413E (or 0xD1413E) is known color: Persian Red. HEX triplet: D1, 41 and 3E. RGB value is (209,65,62). Sum of RGB (Red+Green+Blue) = 209+65+62=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D1413E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1413E is #2EBEC1. Grayscale: #6B6B6B. Windows color (decimal): -3063490 or 4080081. OLE color: 4080081.

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

Color convert

RGB 209 65 62 -
CMYK 0 0.69 0.70 0.18
HSL 1.22º 0.62% 0.53% -
HSV(B) 1.22º 0.7% 0.82% -
XYZ 29.05 17.68 6.44 -
YUV 107.71 102.21 200.24 -
System Red Green Blue C M Y K H S L
Decimal 209 65 62 0 0.69 0.70 0.18 1.22 0.62 0.53
Hex D1 41 3E 0 45 46 12 1 3E 35
Octal 321 101 76 0 105 106 22 1 76 65
Binary 11010001 1000001 111110 0 1000101 1000110 10010 1 111110 110101

Color Harmonies of #D1413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1413E

Black with #D1413E

Text Example


Text Example

White with #D1413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1413E; }

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

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

background-color css

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

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

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

border-color css

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

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

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