Html Css Color HEX #D14C42 Valencia

📋 copy color: '#D14C42'

red 209 ◦ green 76 ◦ blue 66

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

Shades of Valencia #D14C42

Tints of Valencia #D14C42

RGB

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

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

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

R = 59.54%
G = 21.65%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D14C42 (or 0xD14C42) is known color: Valencia. HEX triplet: D1, 4C and 42. RGB value is (209,76,66). Sum of RGB (Red+Green+Blue) = 209+76+66=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14C42 is #2EB3BD. Grayscale: #727272. Windows color (decimal): -3060670 or 4345041. OLE color: 4345041.

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

Color convert

RGB 209 76 66 -
CMYK 0 0.64 0.68 0.18
HSL 4.2º 0.61% 0.54% -
HSV(B) 4.2º 0.68% 0.82% -
XYZ 29.86 19.12 7.27 -
YUV 114.63 100.56 195.31 -
System Red Green Blue C M Y K H S L
Decimal 209 76 66 0 0.64 0.68 0.18 4.2 0.61 0.54
Hex D1 4C 42 0 40 44 12 4 3D 36
Octal 321 114 102 0 100 104 22 4 75 66
Binary 11010001 1001100 1000010 0 1000000 1000100 10010 100 111101 110110

Color Harmonies of #D14C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14C42

Black with #D14C42

Text Example


Text Example

White with #D14C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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