Html Css Color HEX #D14A47 Valencia

📋 copy color: '#D14A47'

red 209 ◦ green 74 ◦ blue 71

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

Shades of Valencia #D14A47

Tints of Valencia #D14A47

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.9%

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

R = 59.04%
G = 20.9%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D14A47 (or 0xD14A47) is known color: Valencia. HEX triplet: D1, 4A and 47. RGB value is (209,74,71). Sum of RGB (Red+Green+Blue) = 209+74+71=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14A47 is #2EB5B8. Grayscale: #727272. Windows color (decimal): -3061177 or 4672209. OLE color: 4672209.

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

Color convert

RGB 209 74 71 -
CMYK 0 0.65 0.66 0.18
HSL 1.3º 0.6% 0.55% -
HSV(B) 1.3º 0.66% 0.82% -
XYZ 29.88 18.91 8.04 -
YUV 114.02 103.73 195.74 -
System Red Green Blue C M Y K H S L
Decimal 209 74 71 0 0.65 0.66 0.18 1.3 0.6 0.55
Hex D1 4A 47 0 41 42 12 1 3C 37
Octal 321 112 107 0 101 102 22 1 74 67
Binary 11010001 1001010 1000111 0 1000001 1000010 10010 1 111100 110111

Color Harmonies of #D14A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14A47

Black with #D14A47

Text Example


Text Example

White with #D14A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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