Html Css Color HEX #D14A40 Valencia

📋 copy color: '#D14A40'

red 209 ◦ green 74 ◦ blue 64

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

Shades of Valencia #D14A40

Tints of Valencia #D14A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.44%

R = 60.23%
G = 21.33%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D14A40 (or 0xD14A40) is known color: Valencia. HEX triplet: D1, 4A and 40. RGB value is (209,74,64). Sum of RGB (Red+Green+Blue) = 209+74+64=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14A40 is #2EB5BF. Grayscale: #717171. Windows color (decimal): -3061184 or 4213457. OLE color: 4213457.

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

Color convert

RGB 209 74 64 -
CMYK 0 0.65 0.69 0.18
HSL 4.14º 0.61% 0.54% -
HSV(B) 4.14º 0.69% 0.82% -
XYZ 29.67 18.82 6.92 -
YUV 113.23 100.23 196.31 -
System Red Green Blue C M Y K H S L
Decimal 209 74 64 0 0.65 0.69 0.18 4.14 0.61 0.54
Hex D1 4A 40 0 41 45 12 4 3D 36
Octal 321 112 100 0 101 105 22 4 75 66
Binary 11010001 1001010 1000000 0 1000001 1000101 10010 100 111101 110110

Color Harmonies of #D14A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14A40

Black with #D14A40

Text Example


Text Example

White with #D14A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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