Html Css Color HEX #D1402C Persian Red

📋 copy color: '#D1402C'

red 209 ◦ green 64 ◦ blue 44

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

Shades of Persian Red #D1402C

Tints of Persian Red #D1402C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.88%

R = 65.93%
G = 20.19%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1402C (or 0xD1402C) is known color: Persian Red. HEX triplet: D1, 40 and 2C. RGB value is (209,64,44). Sum of RGB (Red+Green+Blue) = 209+64+44=317 (41% of max value = 765). Red value is 209 (82.03% from 255 or 65.93% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 209 - color contains mainly: red. Hex color #D1402C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1402C is #2EBFD3. Grayscale: #696969. Windows color (decimal): -3063764 or 2900177. OLE color: 2900177.

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

Color convert

RGB 209 64 44 -
CMYK 0 0.69 0.79 0.18
HSL 7.27º 0.65% 0.5% -
HSV(B) 7.27º 0.79% 0.82% -
XYZ 28.58 17.4 4.24 -
YUV 105.08 93.54 202.13 -
System Red Green Blue C M Y K H S L
Decimal 209 64 44 0 0.69 0.79 0.18 7.27 0.65 0.5
Hex D1 40 2C 0 45 4F 12 7 41 32
Octal 321 100 54 0 105 117 22 7 101 62
Binary 11010001 1000000 101100 0 1000101 1001111 10010 111 1000001 110010

Color Harmonies of #D1402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1402C

Black with #D1402C

Text Example


Text Example

White with #D1402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1402C; }

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

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

background-color css

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

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

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

border-color css

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

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

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