Html Css Color HEX #D1403F Persian Red

📋 copy color: '#D1403F'

red 209 ◦ green 64 ◦ blue 63

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

Shades of Persian Red #D1403F

Tints of Persian Red #D1403F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.75%

R = 62.2%
G = 19.05%
B = 18.75%

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

#D1403F (or 0xD1403F) is known color: Persian Red. HEX triplet: D1, 40 and 3F. RGB value is (209,64,63). Sum of RGB (Red+Green+Blue) = 209+64+63=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D1403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1403F is #2EBFC0. Grayscale: #6B6B6B. Windows color (decimal): -3063745 or 4145361. OLE color: 4145361.

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

Color convert

RGB 209 64 63 -
CMYK 0 0.69 0.70 0.18
HSL 0.41º 0.61% 0.53% -
HSV(B) 0.41º 0.7% 0.82% -
XYZ 29.03 17.58 6.57 -
YUV 107.24 103.04 200.58 -
System Red Green Blue C M Y K H S L
Decimal 209 64 63 0 0.69 0.70 0.18 0.41 0.61 0.53
Hex D1 40 3F 0 45 46 12 0 3D 35
Octal 321 100 77 0 105 106 22 0 75 65
Binary 11010001 1000000 111111 0 1000101 1000110 10010 0 111101 110101

Color Harmonies of #D1403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1403F

Black with #D1403F

Text Example


Text Example

White with #D1403F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1403F; }

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

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

background-color css

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

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

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

border-color css

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

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

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