Html Css Color HEX #D14D44 Valencia

📋 copy color: '#D14D44'

red 209 ◦ green 77 ◦ blue 68

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

Shades of Valencia #D14D44

Tints of Valencia #D14D44

RGB

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

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

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

R = 59.04%
G = 21.75%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D14D44 (or 0xD14D44) is known color: Valencia. HEX triplet: D1, 4D and 44. RGB value is (209,77,68). Sum of RGB (Red+Green+Blue) = 209+77+68=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14D44 is #2EB2BB. Grayscale: #737373. Windows color (decimal): -3060412 or 4476369. OLE color: 4476369.

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

Color convert

RGB 209 77 68 -
CMYK 0 0.63 0.67 0.18
HSL 3.83º 0.61% 0.54% -
HSV(B) 3.83º 0.67% 0.82% -
XYZ 29.99 19.28 7.61 -
YUV 115.44 101.23 194.73 -
System Red Green Blue C M Y K H S L
Decimal 209 77 68 0 0.63 0.67 0.18 3.83 0.61 0.54
Hex D1 4D 44 0 3F 43 12 4 3D 36
Octal 321 115 104 0 77 103 22 4 75 66
Binary 11010001 1001101 1000100 0 111111 1000011 10010 100 111101 110110

Color Harmonies of #D14D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14D44

Black with #D14D44

Text Example


Text Example

White with #D14D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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