Html Css Color HEX #D14C49 Valencia

📋 copy color: '#D14C49'

red 209 ◦ green 76 ◦ blue 73

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

Shades of Valencia #D14C49

Tints of Valencia #D14C49

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.23%

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

R = 58.38%
G = 21.23%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D14C49 (or 0xD14C49) is known color: Valencia. HEX triplet: D1, 4C and 49. RGB value is (209,76,73). Sum of RGB (Red+Green+Blue) = 209+76+73=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14C49 is #2EB3B6. Grayscale: #737373. Windows color (decimal): -3060663 or 4803793. OLE color: 4803793.

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

Color convert

RGB 209 76 73 -
CMYK 0 0.64 0.65 0.18
HSL 1.32º 0.6% 0.55% -
HSV(B) 1.32º 0.65% 0.82% -
XYZ 30.08 19.21 8.42 -
YUV 115.43 104.06 194.74 -
System Red Green Blue C M Y K H S L
Decimal 209 76 73 0 0.64 0.65 0.18 1.32 0.6 0.55
Hex D1 4C 49 0 40 41 12 1 3C 37
Octal 321 114 111 0 100 101 22 1 74 67
Binary 11010001 1001100 1001001 0 1000000 1000001 10010 1 111100 110111

Color Harmonies of #D14C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14C49

Black with #D14C49

Text Example


Text Example

White with #D14C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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