Html Css Color HEX #D14039 Persian Red

📋 copy color: '#D14039'

red 209 ◦ green 64 ◦ blue 57

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

Shades of Persian Red #D14039

Tints of Persian Red #D14039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.27%

R = 63.33%
G = 19.39%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D14039 (or 0xD14039) is known color: Persian Red. HEX triplet: D1, 40 and 39. RGB value is (209,64,57). Sum of RGB (Red+Green+Blue) = 209+64+57=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D14039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14039 is #2EBFC6. Grayscale: #6A6A6A. Windows color (decimal): -3063751 or 3752145. OLE color: 3752145.

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

Color convert

RGB 209 64 57 -
CMYK 0 0.69 0.73 0.18
HSL 2.76º 0.62% 0.52% -
HSV(B) 2.76º 0.73% 0.82% -
XYZ 28.87 17.52 5.73 -
YUV 106.56 100.04 201.07 -
System Red Green Blue C M Y K H S L
Decimal 209 64 57 0 0.69 0.73 0.18 2.76 0.62 0.52
Hex D1 40 39 0 45 49 12 3 3E 34
Octal 321 100 71 0 105 111 22 3 76 64
Binary 11010001 1000000 111001 0 1000101 1001001 10010 11 111110 110100

Color Harmonies of #D14039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14039

Black with #D14039

Text Example


Text Example

White with #D14039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14039; }

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

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

background-color css

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

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

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

border-color css

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

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

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