Html Css Color HEX #D14D47 Valencia

📋 copy color: '#D14D47'

red 209 ◦ green 77 ◦ blue 71

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

Shades of Valencia #D14D47

Tints of Valencia #D14D47

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.57%

 BLUE value IS 71 (28.13% from 255) = 19.89%

R = 58.54%
G = 21.57%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D14D47 (or 0xD14D47) is known color: Valencia. HEX triplet: D1, 4D and 47. RGB value is (209,77,71). Sum of RGB (Red+Green+Blue) = 209+77+71=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14D47 is #2EB2B8. Grayscale: #737373. Windows color (decimal): -3060409 or 4672977. OLE color: 4672977.

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

Color convert

RGB 209 77 71 -
CMYK 0 0.63 0.66 0.18
HSL 2.61º 0.6% 0.55% -
HSV(B) 2.61º 0.66% 0.82% -
XYZ 30.09 19.32 8.1 -
YUV 115.78 102.73 194.49 -
System Red Green Blue C M Y K H S L
Decimal 209 77 71 0 0.63 0.66 0.18 2.61 0.6 0.55
Hex D1 4D 47 0 3F 42 12 3 3C 37
Octal 321 115 107 0 77 102 22 3 74 67
Binary 11010001 1001101 1000111 0 111111 1000010 10010 11 111100 110111

Color Harmonies of #D14D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14D47

Black with #D14D47

Text Example


Text Example

White with #D14D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14D47; }

 p { color: rgb(209,77,71); }

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

background-color css

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

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

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

border-color css

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

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

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