Html Css Color HEX #D1413A Persian Red

📋 copy color: '#D1413A'

red 209 ◦ green 65 ◦ blue 58

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

Shades of Persian Red #D1413A

Tints of Persian Red #D1413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.47%

R = 62.95%
G = 19.58%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1413A (or 0xD1413A) is known color: Persian Red. HEX triplet: D1, 41 and 3A. RGB value is (209,65,58). Sum of RGB (Red+Green+Blue) = 209+65+58=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D1413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1413A is #2EBEC5. Grayscale: #6B6B6B. Windows color (decimal): -3063494 or 3817937. OLE color: 3817937.

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

Color convert

RGB 209 65 58 -
CMYK 0 0.69 0.72 0.18
HSL 2.78º 0.62% 0.52% -
HSV(B) 2.78º 0.72% 0.82% -
XYZ 28.95 17.64 5.88 -
YUV 107.26 100.21 200.57 -
System Red Green Blue C M Y K H S L
Decimal 209 65 58 0 0.69 0.72 0.18 2.78 0.62 0.52
Hex D1 41 3A 0 45 48 12 3 3E 34
Octal 321 101 72 0 105 110 22 3 76 64
Binary 11010001 1000001 111010 0 1000101 1001000 10010 11 111110 110100

Color Harmonies of #D1413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1413A

Black with #D1413A

Text Example


Text Example

White with #D1413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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