Html Css Color HEX #D14139 Persian Red

📋 copy color: '#D14139'

red 209 ◦ green 65 ◦ blue 57

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

Shades of Persian Red #D14139

Tints of Persian Red #D14139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.64%

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

R = 63.14%
G = 19.64%
B = 17.22%

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

#D14139 (or 0xD14139) is known color: Persian Red. HEX triplet: D1, 41 and 39. RGB value is (209,65,57). Sum of RGB (Red+Green+Blue) = 209+65+57=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 57 (22.66% from 255 or 17.22% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D14139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14139 is #2EBEC6. Grayscale: #6B6B6B. Windows color (decimal): -3063495 or 3752401. OLE color: 3752401.

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

Color convert

RGB 209 65 57 -
CMYK 0 0.69 0.73 0.18
HSL 3.16º 0.62% 0.52% -
HSV(B) 3.16º 0.73% 0.82% -
XYZ 28.92 17.63 5.75 -
YUV 107.14 99.71 200.65 -
System Red Green Blue C M Y K H S L
Decimal 209 65 57 0 0.69 0.73 0.18 3.16 0.62 0.52
Hex D1 41 39 0 45 49 12 3 3E 34
Octal 321 101 71 0 105 111 22 3 76 64
Binary 11010001 1000001 111001 0 1000101 1001001 10010 11 111110 110100

Color Harmonies of #D14139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14139

Black with #D14139

Text Example


Text Example

White with #D14139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14139; }

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

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

background-color css

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

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

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

border-color css

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

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

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