Html Css Color HEX #D1403B Persian Red

📋 copy color: '#D1403B'

red 209 ◦ green 64 ◦ blue 59

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

Shades of Persian Red #D1403B

Tints of Persian Red #D1403B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.77%

R = 62.95%
G = 19.28%
B = 17.77%

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

#D1403B (or 0xD1403B) is known color: Persian Red. HEX triplet: D1, 40 and 3B. RGB value is (209,64,59). Sum of RGB (Red+Green+Blue) = 209+64+59=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D1403B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1403B is #2EBFC4. Grayscale: #6A6A6A. Windows color (decimal): -3063749 or 3883217. OLE color: 3883217.

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

Color convert

RGB 209 64 59 -
CMYK 0 0.69 0.72 0.18
HSL 0.62% 0.53% -
HSV(B) 0.72% 0.82% -
XYZ 28.92 17.54 6 -
YUV 106.79 101.04 200.91 -
System Red Green Blue C M Y K H S L
Decimal 209 64 59 0 0.69 0.72 0.18 2 0.62 0.53
Hex D1 40 3B 0 45 48 12 2 3E 35
Octal 321 100 73 0 105 110 22 2 76 65
Binary 11010001 1000000 111011 0 1000101 1001000 10010 10 111110 110101

Color Harmonies of #D1403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1403B

Black with #D1403B

Text Example


Text Example

White with #D1403B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1403B; }

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

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

background-color css

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

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

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

border-color css

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

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

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