Html Css Color HEX #D14F49 Valencia

📋 copy color: '#D14F49'

red 209 ◦ green 79 ◦ blue 73

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

Shades of Valencia #D14F49

Tints of Valencia #D14F49

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.88%

 BLUE value IS 73 (28.91% from 255) = 20.22%

R = 57.89%
G = 21.88%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D14F49 (or 0xD14F49) is known color: Valencia. HEX triplet: D1, 4F and 49. RGB value is (209,79,73). Sum of RGB (Red+Green+Blue) = 209+79+73=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14F49 is #2EB0B6. Grayscale: #757575. Windows color (decimal): -3059895 or 4804561. OLE color: 4804561.

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

Color convert

RGB 209 79 73 -
CMYK 0 0.62 0.65 0.18
HSL 2.65º 0.6% 0.55% -
HSV(B) 2.65º 0.65% 0.82% -
XYZ 30.29 19.63 8.5 -
YUV 117.19 103.07 193.49 -
System Red Green Blue C M Y K H S L
Decimal 209 79 73 0 0.62 0.65 0.18 2.65 0.6 0.55
Hex D1 4F 49 0 3E 41 12 3 3C 37
Octal 321 117 111 0 76 101 22 3 74 67
Binary 11010001 1001111 1001001 0 111110 1000001 10010 11 111100 110111

Color Harmonies of #D14F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14F49

Black with #D14F49

Text Example


Text Example

White with #D14F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14F49; }

 p { color: rgb(209,79,73); }

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

background-color css

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

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

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

border-color css

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

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

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