Html Css Color HEX #D14944 Valencia

📋 copy color: '#D14944'

red 209 ◦ green 73 ◦ blue 68

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

Shades of Valencia #D14944

Tints of Valencia #D14944

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.86%

 BLUE value IS 68 (26.95% from 255) = 19.43%

R = 59.71%
G = 20.86%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D14944 (or 0xD14944) is known color: Valencia. HEX triplet: D1, 49 and 44. RGB value is (209,73,68). Sum of RGB (Red+Green+Blue) = 209+73+68=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D14944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14944 is #2EB6BB. Grayscale: #717171. Windows color (decimal): -3061436 or 4475345. OLE color: 4475345.

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

Color convert

RGB 209 73 68 -
CMYK 0 0.65 0.67 0.18
HSL 2.13º 0.61% 0.54% -
HSV(B) 2.13º 0.67% 0.82% -
XYZ 29.72 18.74 7.52 -
YUV 113.09 102.56 196.41 -
System Red Green Blue C M Y K H S L
Decimal 209 73 68 0 0.65 0.67 0.18 2.13 0.61 0.54
Hex D1 49 44 0 41 43 12 2 3D 36
Octal 321 111 104 0 101 103 22 2 75 66
Binary 11010001 1001001 1000100 0 1000001 1000011 10010 10 111101 110110

Color Harmonies of #D14944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14944

Black with #D14944

Text Example


Text Example

White with #D14944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14944; }

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

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

background-color css

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

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

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

border-color css

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

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

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