Html Css Color HEX #D14040 Persian Red

📋 copy color: '#D14040'

red 209 ◦ green 64 ◦ blue 64

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

Shades of Persian Red #D14040

Tints of Persian Red #D14040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.99%

R = 62.02%
G = 18.99%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D14040 (or 0xD14040) is known color: Persian Red. HEX triplet: D1, 40 and 40. RGB value is (209,64,64). Sum of RGB (Red+Green+Blue) = 209+64+64=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D14040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14040 is #2EBFBF. Grayscale: #6B6B6B. Windows color (decimal): -3063744 or 4210897. OLE color: 4210897.

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

Color convert

RGB 209 64 64 -
CMYK 0 0.69 0.69 0.18
HSL 0.61% 0.54% -
HSV(B) 0.69% 0.82% -
XYZ 29.05 17.59 6.71 -
YUV 107.36 103.54 200.5 -
System Red Green Blue C M Y K H S L
Decimal 209 64 64 0 0.69 0.69 0.18 0 0.61 0.54
Hex D1 40 40 0 45 45 12 0 3D 36
Octal 321 100 100 0 105 105 22 0 75 66
Binary 11010001 1000000 1000000 0 1000101 1000101 10010 0 111101 110110

Color Harmonies of #D14040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14040

Black with #D14040

Text Example


Text Example

White with #D14040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14040; }

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

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

background-color css

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

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

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

border-color css

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

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

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