Html Css Color HEX #D14A42 Valencia

📋 copy color: '#D14A42'

red 209 ◦ green 74 ◦ blue 66

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

Shades of Valencia #D14A42

Tints of Valencia #D14A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.91%

R = 59.89%
G = 21.2%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D14A42 (or 0xD14A42) is known color: Valencia. HEX triplet: D1, 4A and 42. RGB value is (209,74,66). Sum of RGB (Red+Green+Blue) = 209+74+66=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D14A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14A42 is #2EB5BD. Grayscale: #717171. Windows color (decimal): -3061182 or 4344529. OLE color: 4344529.

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

Color convert

RGB 209 74 66 -
CMYK 0 0.65 0.68 0.18
HSL 3.36º 0.61% 0.54% -
HSV(B) 3.36º 0.68% 0.82% -
XYZ 29.73 18.85 7.23 -
YUV 113.45 101.23 196.15 -
System Red Green Blue C M Y K H S L
Decimal 209 74 66 0 0.65 0.68 0.18 3.36 0.61 0.54
Hex D1 4A 42 0 41 44 12 3 3D 36
Octal 321 112 102 0 101 104 22 3 75 66
Binary 11010001 1001010 1000010 0 1000001 1000100 10010 11 111101 110110

Color Harmonies of #D14A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14A42

Black with #D14A42

Text Example


Text Example

White with #D14A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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