Html Css Color HEX #D14746 Valencia

📋 copy color: '#D14746'

red 209 ◦ green 71 ◦ blue 70

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

Shades of Valencia #D14746

Tints of Valencia #D14746

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.29%

 BLUE value IS 70 (27.73% from 255) = 20%

R = 59.71%
G = 20.29%
B = 20%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D14746 (or 0xD14746) is known color: Valencia. HEX triplet: D1, 47 and 46. RGB value is (209,71,70). Sum of RGB (Red+Green+Blue) = 209+71+70=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D14746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14746 is #2EB8B9. Grayscale: #707070. Windows color (decimal): -3061946 or 4605905. OLE color: 4605905.

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

Color convert

RGB 209 71 70 -
CMYK 0 0.66 0.67 0.18
HSL 0.43º 0.6% 0.55% -
HSV(B) 0.43º 0.67% 0.82% -
XYZ 29.65 18.5 7.8 -
YUV 112.15 104.22 197.08 -
System Red Green Blue C M Y K H S L
Decimal 209 71 70 0 0.66 0.67 0.18 0.43 0.6 0.55
Hex D1 47 46 0 42 43 12 0 3C 37
Octal 321 107 106 0 102 103 22 0 74 67
Binary 11010001 1000111 1000110 0 1000010 1000011 10010 0 111100 110111

Color Harmonies of #D14746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14746

Black with #D14746

Text Example


Text Example

White with #D14746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14746; }

 p { color: rgb(209,71,70); }

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

background-color css

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

 a { background-color: rgb(209,71,70); }

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

border-color css

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

 span { border-color: rgb(209,71,70); }

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