Html Css Color HEX #D1403A Persian Red

📋 copy color: '#D1403A'

red 209 ◦ green 64 ◦ blue 58

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

Shades of Persian Red #D1403A

Tints of Persian Red #D1403A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.34%

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

R = 63.14%
G = 19.34%
B = 17.52%

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

#D1403A (or 0xD1403A) is known color: Persian Red. HEX triplet: D1, 40 and 3A. RGB value is (209,64,58). Sum of RGB (Red+Green+Blue) = 209+64+58=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D1403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1403A is #2EBFC5. Grayscale: #6A6A6A. Windows color (decimal): -3063750 or 3817681. OLE color: 3817681.

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

Color convert

RGB 209 64 58 -
CMYK 0 0.69 0.72 0.18
HSL 2.38º 0.62% 0.52% -
HSV(B) 2.38º 0.72% 0.82% -
XYZ 28.89 17.53 5.86 -
YUV 106.67 100.54 200.99 -
System Red Green Blue C M Y K H S L
Decimal 209 64 58 0 0.69 0.72 0.18 2.38 0.62 0.52
Hex D1 40 3A 0 45 48 12 2 3E 34
Octal 321 100 72 0 105 110 22 2 76 64
Binary 11010001 1000000 111010 0 1000101 1001000 10010 10 111110 110100

Color Harmonies of #D1403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1403A

Black with #D1403A

Text Example


Text Example

White with #D1403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1403A; }

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

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

background-color css

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

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

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

border-color css

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

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

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